mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-04 16:09:54 +00:00
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
|
||||
- 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:
|
||||
|
|
Loading…
Reference in a new issue