37 lines
845 B
Plaintext
37 lines
845 B
Plaintext
#SECRET_DB_PASSWORD_VERSION=v1
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
TYPE=ghost
|
|
|
|
DOMAIN=ghost.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.ghost.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|
|
|
|
SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
## Mail settings (mandatory)
|
|
MAIL_TRANSPORT=smtp
|
|
MAIL_FROM=admin@example.com
|
|
MAIL_OPTIONS_HOST=mail.example.com
|
|
MAIL_OPTIONS_PORT=587
|
|
MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
|
|
#MAIL_OPTIONS_SECURE=false
|
|
|
|
## Advanced options
|
|
# see here: https://docs.ghost.org/config#number-of-connections
|
|
#DATABASE_POOL_MIN=2
|
|
#DATABASE_POOL_MAX=15
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
## Matrix-Synapse-Redirection
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
|
|
# MATRIX_DOMAIN=matrix-synapse.example.com
|
|
|
|
## Custom Image Version
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.customversion.yml"
|
|
# IMAGE_VERSION=6.3.1 |