fix: trigger with external db

This commit is contained in:
peaklabs-dev
2025-01-09 19:47:26 +01:00
parent 051e3d9925
commit e58a035847

View File

@@ -25,9 +25,9 @@ services:
- REPLY_TO_EMAIL=${REPLY_TO_EMAIL} - REPLY_TO_EMAIL=${REPLY_TO_EMAIL}
- REDIS_HOST=${REDIS_HOST} - REDIS_HOST=${REDIS_HOST}
- REDIS_PORT=${REDIS_PORT} - REDIS_PORT=${REDIS_PORT}
- 'REDIS_USERNAME=${REDIS_USERNAME}' - REDIS_USERNAME=${REDIS_USERNAME}
- 'REDIS_PASSWORD=${REDIS_PASSWORD}' - REDIS_PASSWORD=${REDIS_PASSWORD}
- REDIS_TLS_DISABLED=true - REDIS_TLS_DISABLED=${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"