From a5114bcf982d6d13c948bda21825caf5130c28c0 Mon Sep 17 00:00:00 2001 From: Oliver <36953982+Syiana@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:16:15 +0100 Subject: [PATCH] fix heyform.yaml adding enviroment - REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB} --- templates/compose/heyform.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/compose/heyform.yaml b/templates/compose/heyform.yaml index a92f14109..980671031 100644 --- a/templates/compose/heyform.yaml +++ b/templates/compose/heyform.yaml @@ -22,6 +22,7 @@ services: - MONGO_URI=mongodb://mongo:27017/heyform - REDIS_HOST=keydb - REDIS_PORT=6379 + - REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB} healthcheck: test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000 || exit 1"] interval: 5s