Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP API Gateway
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP API Gateway
Merge requests
!15
Merge docker-compose configuration into master
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Merge docker-compose configuration into master
esap-gateway-dev
into
master
Overview
0
Commits
3
Pipelines
0
Changes
5
Merged
Nico Vermaas
requested to merge
esap-gateway-dev
into
master
5 years ago
Overview
0
Commits
3
Pipelines
0
Changes
5
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
1cdf8e16
3 commits,
5 years ago
5 files
+
163
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
esap/docker/shared/Dockerfile
0 → 100644
+
7
−
0
View file @ 1cdf8e16
Edit in single-file editor
Open in Web IDE
FROM
nginx
RUN
apt-get update
&&
apt-get
install
--no-install-recommends
-y
bash nano mc
RUN
rm
/etc/nginx/conf.d/default.conf
COPY
esap_nginx.conf /etc/nginx/conf.d/
# put Dockerfile, esap_nginx.conf and oidc in your $HOME/shared directory
# where the docker-compose.yml can find it.
Loading