-
Robin Tissot authored
Fixes 502 Bad Gateway when creating the stack for the first time, as those variables are used by postgres alpine image to create the db.
Robin Tissot authoredFixes 502 Bad Gateway when creating the stack for the first time, as those variables are used by postgres alpine image to create the db.
variables.env_example 412 B
DOMAIN=localhost
SECRET_KEY=changeme
REDIS_HOST=redis
# REDIS_PORT=6379
SQL_HOST=db
SQL_PORT=5432
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=escriptorium
DJANGO_SU_NAME=admin
DJANGO_SU_EMAIL=admin@admin.com
DJANGO_SU_PASSWORD=admin
DJANGO_FROM_EMAIL=noreply@mydomain.com
FLOWER_BASIC_AUTH=flower:changeme
# EMAIL_HOST=<hostname>
# set shm_size in yml file!
KRAKEN_TRAINING_LOAD_THREADS=8