add username + tsl env vars

This commit is contained in:
Amju
2024-12-29 17:46:19 +05:30
committed by GitHub
parent a0f471bf3a
commit c9ff0b9940

View File

@@ -25,6 +25,9 @@ services:
- 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:
test: "timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1"