move envs from Dockerfile to docker-compose files (#264)

This commit is contained in:
Markos Gogoulos
2021-08-02 22:03:32 +03:00
committed by GitHub
parent 2dde4257f7
commit 86cc0442d8
8 changed files with 17 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ services:
ENABLE_CELERY_SHORT: 'no'
ENABLE_CELERY_LONG: 'no'
ENABLE_CELERY_BEAT: 'no'
ADMIN_USER: 'admin'
ADMIN_EMAIL: 'admin@localhost'
#ADMIN_PASSWORD: 'uncomment_and_set_password_here'
command: "./deploy/docker/prestart.sh"
restart: on-failure
depends_on: