diff --git a/restic/docker-compose.yml b/restic/docker-compose.yml index ba8177e..3ec431b 100644 --- a/restic/docker-compose.yml +++ b/restic/docker-compose.yml @@ -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: {}