forked from erp-dev/erp
clean
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -128,10 +128,6 @@ services:
|
|||||||
- --pool=solo
|
- --pool=solo
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
depends_on:
|
|
||||||
- postgres
|
|
||||||
- redis
|
|
||||||
- rabbitmq
|
|
||||||
environment:
|
environment:
|
||||||
CELERY_BROKER_URL: amqp://guest:guest@rabbitmq:5672//
|
CELERY_BROKER_URL: amqp://guest:guest@rabbitmq:5672//
|
||||||
CELERY_RESULT_BACKEND: redis://redis:6379/0
|
CELERY_RESULT_BACKEND: redis://redis:6379/0
|
||||||
|
|||||||
Reference in New Issue
Block a user