Read flower port from .env
This commit is contained in:
parent
213a9508d8
commit
24152c0129
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user