mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-10 17:25:35 +00:00
Merge pull request #264 from mouse-reeve/flower
Adds flower for celery monitoring
This commit is contained in:
commit
7f2f8c53d6
1 changed files with 13 additions and 0 deletions
|
@ -56,6 +56,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:
|
||||
static_volume:
|
||||
|
|
Loading…
Reference in a new issue