Move to redis and fix a bunch of things
This commit is contained in:
parent
ca26a712c3
commit
bb04a40044
14 changed files with 286 additions and 50 deletions
|
@ -22,6 +22,7 @@ POSTGRES_USER=fedireads
|
|||
POSTGRES_DB=fedireads
|
||||
POSTGRES_HOST=db
|
||||
|
||||
RABBITMQ_DEFAULT_USER=rabbit
|
||||
RABBITMQ_DEFAULT_PASS=changeme
|
||||
CELERY_BROKER=amqp://rabbit:changeme@rabbitmq:5672
|
||||
CELERY_BROKER=redis://redis:6379/0
|
||||
CELERY_RESULT_BACKEND=redis://redis:6379/0
|
||||
|
||||
FLOWER_PORT=5555
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue