Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cossin Sebastien
ehden-bordeaux-atlas
Commits
f0d9dc46
Commit
f0d9dc46
authored
Jan 03, 2021
by
cossins
Browse files
add restart to containers except pgadmin and remove tomcat port
parent
3d708d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
f0d9dc46
...
...
@@ -4,6 +4,7 @@ services:
postgresql
:
image
:
postgres:12.5
restart
:
always
container_name
:
webapi_postgres
environment
:
POSTGRES_PASSWORD
:
${POSTGRES_PASSWORD}
...
...
@@ -23,12 +24,12 @@ services:
tomcat
:
image
:
tomcat:8.5
restart
:
always
container_name
:
webapitomcat
ports
:
-
127.0.0.1:${TOMCAT_PORT}:8080
nginx
:
image
:
nginx:stable-alpine
restart
:
always
container_name
:
webapi_nginx
ports
:
-
${NGINX_PORT}:80
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment