25 lines
599 B
Plaintext
25 lines
599 B
Plaintext
TYPE=borgwarehouse
|
|
|
|
DOMAIN=borgwarehouse.example.com
|
|
|
|
LETS_ENCRYPT_ENV=production
|
|
SECRET_NEXTAUTH_SECRET_VERSION=v1
|
|
COMPOSE_FILE="compose.yml"
|
|
|
|
## Required variables section ##
|
|
|
|
# data folders (volume mounts)
|
|
# set this variable if you have a dedicated share/mount on the server that can hold your borg repos
|
|
# the folder must be owned by 1001:1001
|
|
# BORG_REPOSITORY_PATH=./repos
|
|
|
|
## Optional ##
|
|
|
|
# SMTP server settings
|
|
#MAIL_SMTP_FROM=
|
|
#MAIL_SMTP_HOST=
|
|
#MAIL_SMTP_PORT=
|
|
#MAIL_SMTP_LOGIN=
|
|
#MAIL_REJECT_SELFSIGNED_TLS=true
|
|
#SECRET_SMTP_SECRET_VERSION=v1
|
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml" |