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 restart: on-failure
flower: flower:
build: . build: .
command: flower --port=8888 command: flower --port=${FLOWER_PORT}
env_file: .env env_file: .env
environment: environment:
- CELERY_BROKER_URL=${CELERY_BROKER} - CELERY_BROKER_URL=${CELERY_BROKER}