Run docker flower in the main container for consistency
This commit is contained in:
parent
20395ff2ec
commit
ca1aa1f70f
@ -57,7 +57,8 @@ services:
|
|||||||
- redis
|
- redis
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
flower:
|
flower:
|
||||||
image: mher/flower
|
build: .
|
||||||
|
command: flower --port=8888
|
||||||
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