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