Run docker flower in the main container for consistency
This commit is contained in:
parent
20395ff2ec
commit
ca1aa1f70f
@ -57,7 +57,8 @@ services:
|
||||
- redis
|
||||
restart: on-failure
|
||||
flower:
|
||||
image: mher/flower
|
||||
build: .
|
||||
command: flower --port=8888
|
||||
env_file: .env
|
||||
environment:
|
||||
- CELERY_BROKER_URL=${CELERY_BROKER}
|
||||
|
Loading…
x
Reference in New Issue
Block a user