From e58a03584748db4e4df56e7484d9eb2aa8cc41b1 Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:47:26 +0100 Subject: [PATCH] fix: trigger with external db --- templates/compose/trigger-with-external-database.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/compose/trigger-with-external-database.yaml b/templates/compose/trigger-with-external-database.yaml index c92530060..a30f9e2ad 100644 --- a/templates/compose/trigger-with-external-database.yaml +++ b/templates/compose/trigger-with-external-database.yaml @@ -25,10 +25,10 @@ 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 - + - REDIS_USERNAME=${REDIS_USERNAME} + - REDIS_PASSWORD=${REDIS_PASSWORD} + - REDIS_TLS_DISABLED=${REDIS_TLS_DISABLED:-true} + healthcheck: test: "timeout 10s bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1" interval: 10s