mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-03 13:58:43 +00:00
Set flower broker
it still doesn't load but we're getting closer
This commit is contained in:
parent
bb04a40044
commit
b0790f3356
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ services:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
flower:
|
flower:
|
||||||
image: mher/flower
|
image: mher/flower
|
||||||
|
command: ["flower", "--broker=redis://redis:6379/0", "--port=5555"]
|
||||||
env_file: .env
|
env_file: .env
|
||||||
ports:
|
ports:
|
||||||
- "5555:5555"
|
- "5555:5555"
|
||||||
|
|
Loading…
Reference in a new issue