Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ef456f17 authored by Robin Tissot's avatar Robin Tissot
Browse files

Fixes volumes inheritance confusing docker config.

parent ddcdb551
No related branches found
No related tags found
No related merge requests found
version: "3.9" version: "3.9"
services: services:
### to customize the homepage, uncomment this
#app:
# environment:
# - CUSTOM_HOME=True
# volumes:
# - $PWD/app/homepage
web: &web web: &web
restart: always restart: always
# deploy: # deploy:
...@@ -10,12 +17,6 @@ services: ...@@ -10,12 +17,6 @@ services:
# constraints: # constraints:
# - node.hostname == frontend0 # - node.hostname == frontend0
### to customize the homepage, uncomment this
# environment:
# - CUSTOM_HOME=True
# volumes:
# - $PWD/app/homepage
channelserver: channelserver:
restart: always restart: always
# deploy: # deploy:
......
...@@ -15,8 +15,6 @@ services: ...@@ -15,8 +15,6 @@ services:
web: web:
<<: *app <<: *app
command: uwsgi --ini /usr/src/app/uwsgi.ini command: uwsgi --ini /usr/src/app/uwsgi.ini
volumes:
- logs:/user/src/app/escriptorium/logs
expose: expose:
- 8000 - 8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment