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