Ryot: Migrate to pro

This commit is contained in:
Florian RICHER 2024-08-18 20:09:37 +02:00
parent d6727970ff
commit 5c757b251c
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
2 changed files with 44 additions and 41 deletions

View file

@ -18,7 +18,7 @@ services:
mode: non-blocking
ryot:
image: "ghcr.io/ignisda/ryot:latest"
image: "ghcr.io/ignisda/ryot-pro:latest"
restart: unless-stopped
container_name: ryot
networks:
@ -28,6 +28,7 @@ services:
- DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
- VIDEO_GAMES_TWITCH_CLIENT_ID={{ amazon.client_id }}
- VIDEO_GAMES_TWITCH_CLIENT_SECRET={{ amazon.client_secret }}
- SERVER_PRO_KEY={{ ryot.server_pro_key }}
labels:
- "traefik.enable=true"
- "traefik.http.routers.ryot-secure.entrypoints=https"