From f9bf59aa5606bb343f3e7992e792c2c9d2ac2d7a Mon Sep 17 00:00:00 2001 From: Thomas Hintz Date: Sat, 11 Jul 2026 16:42:10 -0700 Subject: [PATCH] Fixing ghost docker config --- all-apps/ghost/6/.compose.env.tmpl | 2 +- all-apps/ghost/6/docker-compose.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/all-apps/ghost/6/.compose.env.tmpl b/all-apps/ghost/6/.compose.env.tmpl index 379f8d2..c5d2ec6 100644 --- a/all-apps/ghost/6/.compose.env.tmpl +++ b/all-apps/ghost/6/.compose.env.tmpl @@ -35,7 +35,7 @@ mail__transport=SMTP # mail__options__host= # mail__options__port= -mail__options__secure=true +# mail__options__secure=true # mail__options__auth__user= # mail__options__auth__pass= # mail__from="" diff --git a/all-apps/ghost/6/docker-compose.yaml b/all-apps/ghost/6/docker-compose.yaml index cb5a852..6f023be 100644 --- a/all-apps/ghost/6/docker-compose.yaml +++ b/all-apps/ghost/6/docker-compose.yaml @@ -2,7 +2,8 @@ services: ghost: image: ghost:${GHOST_VERSION:-6-alpine} restart: always - # This is required to import current config when migrating + env_file: + - /app/.env environment: NODE_ENV: production url: https://${GHOST_DOMAIN:?GHOST_DOMAIN environment variable is required}