From 73efa99615f3d9172d675c5548d17f3648b37a4a Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 6 Jan 2025 11:06:30 +0100 Subject: [PATCH] missed db name defintion from secret --- LeanTime/leantime-secret.json | 1 + LeanTime/service-leantime.json | 32 -------------------------------- leantime/leantime-secret.json | 1 + leantime/service-leantime.json | 32 -------------------------------- 4 files changed, 2 insertions(+), 64 deletions(-) diff --git a/LeanTime/leantime-secret.json b/LeanTime/leantime-secret.json index 010c51f..2dcafb2 100644 --- a/LeanTime/leantime-secret.json +++ b/LeanTime/leantime-secret.json @@ -9,6 +9,7 @@ "LEAN_DB_USER": "#DB_USER", "LEAN_DB_PASSWORD": "#DB_PASSWORD", "LEAN_DB_HOST": "leantimemysql-db", + "LEAN_DB_NAME": "#DB_NAME", "LEAN_OIDC_CLIENT_SECRET": "#OIDC_CLIENT_SECRET", "LEAN_S3_SECRET": "#S3_SECRET", "LEAN_SESSION_PASSWORD": "#SESSION_PASSWORD" diff --git a/LeanTime/service-leantime.json b/LeanTime/service-leantime.json index f8aeca7..8ceea36 100644 --- a/LeanTime/service-leantime.json +++ b/LeanTime/service-leantime.json @@ -85,38 +85,6 @@ "PRE_START": "null", "POST_START": "null" }, - { - "IMAGE": "redis:latest", - "UPDATE": "true", - "NAME": "leantimeredis-app", - "MEMORY": "128M", - "NETWORK": "leantime-net", - "SELECTOR": "leantimeredis-app", - "PORTS": [ - { - "SOURCE": "null", - "DEST": "6379", - "TYPE": "tcp" - } - ], - "READYNESS": [ - { - "tcp": "" - }, - { - "HTTP": "" - }, - { - "EXEC": "/ready.sh" - } - ], - "EXTRA": "--restart always", - "DEPEND": "null", - "START_ON_BOOT": "false", - "CMD": "null", - "PRE_START": "null", - "POST_START": "null" - }, { "IMAGE": "leantime/leantime:latest", "UPDATE": "true", diff --git a/leantime/leantime-secret.json b/leantime/leantime-secret.json index 010c51f..2dcafb2 100644 --- a/leantime/leantime-secret.json +++ b/leantime/leantime-secret.json @@ -9,6 +9,7 @@ "LEAN_DB_USER": "#DB_USER", "LEAN_DB_PASSWORD": "#DB_PASSWORD", "LEAN_DB_HOST": "leantimemysql-db", + "LEAN_DB_NAME": "#DB_NAME", "LEAN_OIDC_CLIENT_SECRET": "#OIDC_CLIENT_SECRET", "LEAN_S3_SECRET": "#S3_SECRET", "LEAN_SESSION_PASSWORD": "#SESSION_PASSWORD" diff --git a/leantime/service-leantime.json b/leantime/service-leantime.json index f8aeca7..8ceea36 100644 --- a/leantime/service-leantime.json +++ b/leantime/service-leantime.json @@ -85,38 +85,6 @@ "PRE_START": "null", "POST_START": "null" }, - { - "IMAGE": "redis:latest", - "UPDATE": "true", - "NAME": "leantimeredis-app", - "MEMORY": "128M", - "NETWORK": "leantime-net", - "SELECTOR": "leantimeredis-app", - "PORTS": [ - { - "SOURCE": "null", - "DEST": "6379", - "TYPE": "tcp" - } - ], - "READYNESS": [ - { - "tcp": "" - }, - { - "HTTP": "" - }, - { - "EXEC": "/ready.sh" - } - ], - "EXTRA": "--restart always", - "DEPEND": "null", - "START_ON_BOOT": "false", - "CMD": "null", - "PRE_START": "null", - "POST_START": "null" - }, { "IMAGE": "leantime/leantime:latest", "UPDATE": "true",