mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-21 11:14:19 +00:00
More fixes
This commit is contained in:
parent
b4d98f60b9
commit
b5586735aa
1 changed files with 6 additions and 6 deletions
|
@ -1,13 +1,13 @@
|
|||
secrets:
|
||||
google_client_secret:
|
||||
ga_passphrase:
|
||||
external: true
|
||||
duplicity_passphrase:
|
||||
ga_gdrive_client_secret:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
duplicity_credentials:
|
||||
ga_credentials:
|
||||
external: true
|
||||
duplicity_cache:
|
||||
ga_cache:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
@ -37,5 +37,5 @@ services:
|
|||
GOOGLE_OAUTH_LOCAL_SERVER_HOST: "localhost"
|
||||
GOOGLE_OAUTH_LOCAL_SERVER_PORT: "80"
|
||||
secrets:
|
||||
- google_client_secret
|
||||
- duplicity_passphrase
|
||||
- ga_passphrase
|
||||
- ga_gdrive_client_secret
|
||||
|
|
Loading…
Reference in a new issue