Fixing ghost docker config
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
mail__transport=SMTP
|
mail__transport=SMTP
|
||||||
# mail__options__host=
|
# mail__options__host=
|
||||||
# mail__options__port=
|
# mail__options__port=
|
||||||
mail__options__secure=true
|
# mail__options__secure=true
|
||||||
# mail__options__auth__user=
|
# mail__options__auth__user=
|
||||||
# mail__options__auth__pass=
|
# mail__options__auth__pass=
|
||||||
# mail__from=""
|
# mail__from=""
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ services:
|
|||||||
ghost:
|
ghost:
|
||||||
image: ghost:${GHOST_VERSION:-6-alpine}
|
image: ghost:${GHOST_VERSION:-6-alpine}
|
||||||
restart: always
|
restart: always
|
||||||
# This is required to import current config when migrating
|
env_file:
|
||||||
|
- /app/.env
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
url: https://${GHOST_DOMAIN:?GHOST_DOMAIN environment variable is required}
|
url: https://${GHOST_DOMAIN:?GHOST_DOMAIN environment variable is required}
|
||||||
|
|||||||
Reference in New Issue
Block a user