Remove secrets

This commit is contained in:
Galuh Sahid 2023-12-25 22:59:01 +01:00
parent 456451b125
commit 0fc52baff5
1 changed files with 0 additions and 15 deletions

View File

@ -28,11 +28,6 @@ services:
B2_ACCOUNT_ID: ${B2_ACCOUNT_ID}
B2_ACCOUNT_KEY: ${B2_ACCOUNT_KEY}
TZ: 'Europe/Berlin'
secrets:
- b2_bucket
- restic_password
- b2_account_id
- b2_account_key
prune:
image: mazzolino/restic:1.7.1
@ -47,11 +42,6 @@ services:
B2_ACCOUNT_ID: ${B2_ACCOUNT_ID}
B2_ACCOUNT_KEY: ${B2_ACCOUNT_KEY}
TZ: 'Europe/Berlin'
secrets:
- b2_bucket
- restic_password
- b2_account_id
- b2_account_key
check:
image: mazzolino/restic:1.7.1
@ -68,11 +58,6 @@ services:
B2_ACCOUNT_ID: ${B2_ACCOUNT_ID}
B2_ACCOUNT_KEY: ${B2_ACCOUNT_KEY}
TZ: 'Europe/Berlin'
secrets:
- b2_bucket
- restic_password
- b2_account_id
- b2_account_key
networks:
private: {}