forked from mirrors/bookwyrm
Merge branch 'main' into production
This commit is contained in:
commit
d6a166d9db
1 changed files with 13 additions and 0 deletions
|
@ -70,6 +70,19 @@ services:
|
||||||
- db
|
- db
|
||||||
- redis
|
- redis
|
||||||
restart: on-failure
|
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:
|
volumes:
|
||||||
pgdata:
|
pgdata:
|
||||||
backups:
|
backups:
|
||||||
|
|
Loading…
Reference in a new issue