mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
Mount application credentials file in docker-compose
This commit is contained in:
@ -11,7 +11,7 @@ services:
|
||||
- REDIS_CONNECTION_URL=redis://redis
|
||||
- POSTGRES_CONNECTION_URL={POSTGRES_CONNECTION_URL}
|
||||
# https://console.developers.google.com/project/_/apiui/credential/serviceaccount
|
||||
- GOOGLE_APPLICATION_CREDENTIALS={PATH_TO_GOOGLE_CREDENTIALS_FILE_FOR_USE_OUTSIDE_GOOGLE_CLOUD}
|
||||
- GOOGLE_APPLICATION_CREDENTIALS=/google-credentials.json
|
||||
- YOUTUBE_API_KEY={YOUTUBE_API_KEY}
|
||||
- VIMEO_API_KEY={VIMEO_API_KEY}
|
||||
- PATREON_CLIENT_ID={PATREON_CLIENT_ID}
|
||||
@ -19,6 +19,8 @@ services:
|
||||
- PATREON_REDIRECT_URL=https://podsync.net/patreon
|
||||
- PATREON_WEBHOOKS_SECRET={PATREON_WEBHOOKS_SECRET}
|
||||
- COOKIE_SECRET={COOKIE_SECRET}
|
||||
volumes:
|
||||
- {PATH_TO_GOOGLE_CREDENTIALS_FILE_FOR_USE_OUTSIDE_GOOGLE_CLOUD}:/google-credentials.json
|
||||
ytdl:
|
||||
image: gcr.io/pod-sync/ytdl:latest
|
||||
container_name: ytdl
|
||||
|
Reference in New Issue
Block a user