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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP API Gateway
Commits
174f5be0
Commit
174f5be0
authored
4 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
add docker-compose.release.yml
parent
7d41f734
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
esap/docker/docker-compose-release.yml
+52
-0
52 additions, 0 deletions
esap/docker/docker-compose-release.yml
with
52 additions
and
0 deletions
esap/docker/docker-compose-release.yml
0 → 100644
+
52
−
0
View file @
174f5be0
version
:
'
3.4'
networks
:
esap_network
:
traefik_proxy
:
external
:
name
:
traefik_proxy
default
:
driver
:
bridge
services
:
esap_api_release
:
container_name
:
esap_api_release
image
:
esap_api_release:latest
networks
:
-
esap_network
expose
:
-
8000
env_file
:
-
$HOME/shared/oidc
restart
:
always
volumes
:
-
$HOME/shared/esap-gateway-release/:/shared
# esap_api:
# container_name: esap_api
# image: esap_api:latest
# networks:
# - esap_network
# expose:
# - 8000
# env_file:
# - $HOME/shared/oidc
# restart: always
# volumes:
# - $HOME/shared:/shared
esap_nginx
:
build
:
context
:
$HOME/shared
dockerfile
:
Dockerfile
container_name
:
esap_nginx
image
:
esap_nginx:latest
networks
:
-
esap_network
ports
:
-
80:80
volumes
:
-
$HOME/shared:/shared
-
$HOME/shared:/etc/nginx/conf.d
-
$HOME/shared/static:/static
restart
:
always
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment