Mentions légales du service

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

Moves the CUSTOM_HOME env variable to the variables.env file to fix a compose...

Moves the CUSTOM_HOME env variable to the variables.env file to fix a compose file merging confusion.
parent d2235897
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,6 @@ version: "3.9" ...@@ -3,8 +3,6 @@ version: "3.9"
services: services:
### to customize the homepage, uncomment this ### to customize the homepage, uncomment this
#app: #app:
# environment:
# - CUSTOM_HOME=True
# volumes: # volumes:
# - $PWD/app/homepage # - $PWD/app/homepage
......
...@@ -18,7 +18,6 @@ services: ...@@ -18,7 +18,6 @@ services:
expose: expose:
- 8000 - 8000
channelserver: channelserver:
<<: *app <<: *app
command: daphne --bind 0.0.0.0 --port 5000 -v 1 escriptorium.asgi:application command: daphne --bind 0.0.0.0 --port 5000 -v 1 escriptorium.asgi:application
......
...@@ -20,3 +20,5 @@ FLOWER_BASIC_AUTH=flower:changeme ...@@ -20,3 +20,5 @@ FLOWER_BASIC_AUTH=flower:changeme
# set shm_size in yml file! # set shm_size in yml file!
KRAKEN_TRAINING_LOAD_THREADS=8 KRAKEN_TRAINING_LOAD_THREADS=8
# CUSTOM_HOME=True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment