Run docker flower in the main container for consistency

This commit is contained in:
Jim Fingal 2020-11-07 18:25:17 -08:00
parent 20395ff2ec
commit ca1aa1f70f

View file

@ -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}