mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-02-28 15:46:01 +01:00
Google Drive SDK does not bail on bad configuration (#733)
This commit is contained in:
@@ -36,6 +36,7 @@ services:
|
||||
GOOGLE_DRIVE_ENDPOINT: http://openapi_mock:8080
|
||||
GOOGLE_DRIVE_TOKEN_URL: http://oauth2_mock:8090/issuer1/token
|
||||
GOOGLE_DRIVE_CREDENTIALS_JSON_FILE: /etc/gdrive/credentials.json
|
||||
GOOGLE_DRIVE_IMPERSONATE_SUBJECT: me@example.com
|
||||
GOOGLE_DRIVE_FOLDER_ID: "root"
|
||||
volumes:
|
||||
- app_data:/backup/app_data:ro
|
||||
|
||||
Reference in New Issue
Block a user