Begin add amazon game secrets to ryot
This commit is contained in:
parent
e8f7d69002
commit
0766d21420
2 changed files with 8 additions and 1 deletions
|
@ -29,4 +29,9 @@ vaultwarden:
|
|||
admin_token: token
|
||||
|
||||
gitea:
|
||||
runner_registration_token: token
|
||||
runner_registration_token: token
|
||||
|
||||
# Use for game in ryot
|
||||
amazon:
|
||||
client_id: client_id
|
||||
client_secret: client_secret
|
||||
|
|
|
@ -27,6 +27,8 @@ services:
|
|||
- proxy
|
||||
environment:
|
||||
- DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
|
||||
- VIDEO_GAMES_TWITCH_CLIENT_ID={{ amazon.client_id }}
|
||||
- VIDEO_GAMES_TWITCH_CLIENT_SECRET={{ amazon.client_secret }}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.ryot-secure.entrypoints=https"
|
||||
|
|
Loading…
Reference in a new issue