breaking change: rename env RESTIC_REPO to RESTIC_REPOSITORY

This commit is contained in:
2023-10-24 21:03:44 +02:00
parent 354f964e7d
commit 2ea59b4230
6 changed files with 14 additions and 14 deletions

View File

@ -4,7 +4,7 @@ SECRET_RESTIC_PASSWORD_VERSION=v1
COMPOSE_FILE=compose.yml
RESTIC_REPO=/backups/restic
RESTIC_REPOSITORY=/backups/restic
CRON_SCHEDULE='30 3 * * *'
@ -22,8 +22,8 @@ CRON_SCHEDULE='30 3 * * *'
#COMPOSE_FILE="$COMPOSE_FILE:compose.s3.yml"
# Secret restic repository
# use a secret to store the RESTIC_REPO if the repository location contains a secret value
# use a secret to store the RESTIC_REPOSITORY if the repository location contains a secret value
# i.E rest:https://user:SECRET_PASSWORD@host:8000/
# it overwrites the RESTIC_REPO variable
# it overwrites the RESTIC_REPOSITORY variable
#SECRET_RESTIC_REPO_VERSION=v1
#COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml"