compose: make rqscheduler redis URL configurable
This commit is contained in:
@@ -96,7 +96,7 @@ services:
|
|||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
python -c "from app.services.webhooks.scheduler import bootstrap_webhook_dispatch_schedule; bootstrap_webhook_dispatch_schedule()" && \
|
python -c "from app.services.webhooks.scheduler import bootstrap_webhook_dispatch_schedule; bootstrap_webhook_dispatch_schedule()" && \
|
||||||
rqscheduler -u redis://redis:6379/0 -i 60
|
rqscheduler -u "${WEBHOOK_REDIS_URL:-redis://redis:6379/0}" -i 60
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- webhook-worker
|
- webhook-worker
|
||||||
|
|||||||
Reference in New Issue
Block a user