skip init for prune-backup container
This commit is contained in:
parent
134c9772ba
commit
238394b255
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ services:
|
|||
prune-backup:
|
||||
image: registry.git.base23.de/base23/backup/resticker:0.17.0
|
||||
environment:
|
||||
SKIP_INIT: "true"
|
||||
RUN_ON_STARTUP: "true"
|
||||
PRUNE_CRON: "2 3 * * * *"
|
||||
RESTIC_REPOSITORY: sftp://${RESTIC_REPO_USER:?Restic repository user is required}@${RESTIC_REPO_ADDRESS:?Restic repository address is requried}:${RESTIC_REPO_PORT:?Restic repository port is required}//backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue