1
0
Fork 0

Begin add amazon game secrets to ryot

This commit is contained in:
Florian RICHER 2023-12-12 21:54:54 +01:00
parent e8f7d69002
commit 0766d21420
2 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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"