Read flower port from .env
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user