diff --git a/templates/compose/trigger-with-external-database.yaml b/templates/compose/trigger-with-external-database.yaml index e0db4feb7..c92530060 100644 --- a/templates/compose/trigger-with-external-database.yaml +++ b/templates/compose/trigger-with-external-database.yaml @@ -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"