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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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"