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
f82bd981
Commit
f82bd981
authored
Jan 03, 2021
by
cossins
Browse files
update docker-compose.yml - add nginx and conf files
parent
86374ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
f82bd981
...
...
@@ -23,6 +23,16 @@ services:
tomcat
:
image
:
tomcat:8.5
container_name
:
webapi
_
tomcat
container_name
:
webapitomcat
ports
:
-
${TOMCAT_PORT}:8080
\ No newline at end of file
-
127.0.0.1:${TOMCAT_PORT}:8080
nginx
:
image
:
nginx:stable-alpine
container_name
:
webapi_nginx
ports
:
-
${NGINX_PORT}:80
volumes
:
-
./atlas:/usr/share/nginx/html/atlas
-
./conf.d/default.conf:/etc/nginx/conf.d/default.conf
-
./conf.d/.htpasswd:/etc/nginx/conf.d/.htpasswd
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