Merge pull request #4700 from amjed-ali-k/patch-1

Fix Redis Not defined issue in Trigger.dev Ext db template.
This commit is contained in:
🏔️ Peak
2025-01-09 19:46:19 +01:00
committed by GitHub

View File

@@ -23,6 +23,12 @@ services:
- RESEND_API_KEY=${RESEND_API_KEY} - RESEND_API_KEY=${RESEND_API_KEY}
- FROM_EMAIL=${FROM_EMAIL} - FROM_EMAIL=${FROM_EMAIL}
- REPLY_TO_EMAIL=${REPLY_TO_EMAIL} - REPLY_TO_EMAIL=${REPLY_TO_EMAIL}
- REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT}
- 'REDIS_USERNAME=${REDIS_USERNAME}'
- 'REDIS_PASSWORD=${REDIS_PASSWORD}'
- REDIS_TLS_DISABLED=true
healthcheck: healthcheck:
test: "timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1" test: "timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1"
interval: 10s interval: 10s