Fixing ghost docker config

This commit is contained in:
2026-07-11 16:42:10 -07:00
parent 1ff8b5348d
commit f9bf59aa56
2 changed files with 3 additions and 2 deletions

View File

@@ -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}