mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2024-12-22 03:34:17 +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:
|
secrets:
|
||||||
google_client_secret:
|
ga_passphrase:
|
||||||
external: true
|
external: true
|
||||||
duplicity_passphrase:
|
ga_gdrive_client_secret:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
duplicity_credentials:
|
ga_credentials:
|
||||||
external: true
|
external: true
|
||||||
duplicity_cache:
|
ga_cache:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -37,5 +37,5 @@ services:
|
||||||
GOOGLE_OAUTH_LOCAL_SERVER_HOST: "localhost"
|
GOOGLE_OAUTH_LOCAL_SERVER_HOST: "localhost"
|
||||||
GOOGLE_OAUTH_LOCAL_SERVER_PORT: "80"
|
GOOGLE_OAUTH_LOCAL_SERVER_PORT: "80"
|
||||||
secrets:
|
secrets:
|
||||||
- google_client_secret
|
- ga_passphrase
|
||||||
- duplicity_passphrase
|
- ga_gdrive_client_secret
|
||||||
|
|
Loading…
Reference in a new issue