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