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