hardcode bucket
This commit is contained in:
parent
217bd8486a
commit
0934860d62
|
@ -15,7 +15,7 @@ services:
|
|||
RUN_ON_STARTUP: 'true'
|
||||
BACKUP_CRON: '0 30 3 * * *' # backups run every day at 03:30
|
||||
RESTIC_PASSWORD: /run/secrets/restic_password
|
||||
RESTIC_REPOSITORY: /run/secrets/b2_bucket
|
||||
RESTIC_REPOSITORY: b2:gal-velouria
|
||||
RESTIC_BACKUP_SOURCES: /source
|
||||
RESTIC_BACKUP_ARGS: >-
|
||||
--tag docker-volumes
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
environment:
|
||||
RUN_ON_STARTUP: 'false'
|
||||
PRUNE_CRON: '0 0 4 * * *' # prune runs every day at 04:00
|
||||
RESTIC_REPOSITORY: /run/secrets/b2_bucket
|
||||
RESTIC_REPOSITORY: b2:gal-velouria
|
||||
RESTIC_PASSWORD: /run/secrets/restic_password
|
||||
B2_ACCOUNT_ID: /run/secrets/b2_account_id
|
||||
B2_ACCOUNT_KEY: /run/secrets/b2_account_key
|
||||
|
@ -63,7 +63,7 @@ services:
|
|||
CHECK_CRON: '0 30 4 * * *' # check runs every day at 04:30
|
||||
RESTIC_CHECK_ARGS: >-
|
||||
--read-data-subset=10%
|
||||
RESTIC_REPOSITORY: /run/secrets/b2_bucket
|
||||
RESTIC_REPOSITORY: b2:gal-velouria
|
||||
RESTIC_PASSWORD: /run/secrets/restic_password
|
||||
B2_ACCOUNT_ID: /run/secrets/b2_account_id
|
||||
B2_ACCOUNT_KEY: /run/secrets/b2_account_key
|
||||
|
|
Loading…
Reference in New Issue