From 22ee285f360171dc03d78330376cc916f97146cd Mon Sep 17 00:00:00 2001 From: LordMathis Date: Sun, 23 Mar 2025 18:06:00 +0100 Subject: [PATCH] Add database connection filename to Ghost deployment --- apps/base/ghost/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/ghost/deployment.yaml b/apps/base/ghost/deployment.yaml index 17100db..0562a1b 100644 --- a/apps/base/ghost/deployment.yaml +++ b/apps/base/ghost/deployment.yaml @@ -24,6 +24,8 @@ spec: env: - name: database__client value: sqlite3 + - name: database__connection__filename + value: /var/lib/ghost/content/data/ghost.db - name: NODE_ENV value: production resources: