32 lines
610 B
Plaintext
32 lines
610 B
Plaintext
SECRET_DB_PASSWORD_VERSION=v1
|
|
|
|
DOMAIN=affine.example.com
|
|
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.affine.example.com`'
|
|
|
|
|
|
ENABLE_BACKUPS=true
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
## optional configs
|
|
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
## mailer
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
|
#SECRET_SMTP_PASSWORD_VERSION=v1
|
|
|
|
#MAILER_HOST=
|
|
#MAILER_USER=
|
|
#MAILER_SENDER=
|
|
#MAILER_IGNORE_TLS=false
|
|
#MAILER_PORT=465
|
|
|
|
|
|
## Custom Image Version
|
|
# use this, if you don't want to depend on recipe updates for upgrading affine, e.g. "stable" or "latest"
|
|
# COMPOSE_FILE="$COMPOSE_FILE:compose.customversion.yml"
|
|
#IMAGE_VERSION=stable
|