Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2020-10-31 11:21:26 -07:00
commit d6a166d9db

View file

@ -70,6 +70,19 @@ services:
- db
- redis
restart: on-failure
flower:
image: mher/flower
env_file: .env
environment:
- CELERY_BROKER_URL=${CELERY_BROKER}
networks:
- main
depends_on:
- db
- redis
restart: on-failure
ports:
- 8888:8888
volumes:
pgdata:
backups: