Read flower port from .env

This commit is contained in:
bcj 2021-05-17 00:03:51 -05:00
parent 213a9508d8
commit 24152c0129

View file

@ -76,7 +76,7 @@ services:
restart: on-failure
flower:
build: .
command: flower --port=8888
command: flower --port=${FLOWER_PORT}
env_file: .env
environment:
- CELERY_BROKER_URL=${CELERY_BROKER}