feat: support .env file and docker secret
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# 1. Please put the value in double quotes to avoid problems.
|
||||
# 2. To use the file, you need to map the file to `/.env` in the container.
|
||||
|
||||
# RCLONE_REMOTE_NAME="BitwardenBackup"
|
||||
# RCLONE_REMOTE_DIR="/BitwardenBackup/"
|
||||
# CRON="5 * * * *"
|
||||
# ZIP_ENABLE="TRUE"
|
||||
# ZIP_PASSWORD="WHEREISMYPASSWORD?"
|
||||
# ZIP_TYPE="zip"
|
||||
# BACKUP_FILE_DATE_SUFFIX=""
|
||||
# BACKUP_KEEP_DAYS="0"
|
||||
# MAIL_SMTP_ENABLE="FALSE"
|
||||
# MAIL_SMTP_VARIABLES=""
|
||||
# MAIL_TO=""
|
||||
# MAIL_WHEN_SUCCESS="TRUE"
|
||||
# MAIL_WHEN_FAILURE="TRUE"
|
||||
# TIMEZONE="UTC"
|
||||
Reference in New Issue
Block a user