transcriptor/docker-compose.yml
2025-02-20 15:14:36 +01:00

42 lines
1.4 KiB
YAML

services:
'scanner_{''name'': ''esfandtv'', ''language'': ''en''}':
environment:
- CHANNEL_NAME=esfandtv
- CHANNEL_LANGUAGE=en
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: twitch-scanner:latest
volumes:
- ./clips:/app/clips
- ./transcripts:/app/transcripts
'scanner_{''name'': ''herdyn'', ''language'': ''cs''}':
environment:
- CHANNEL_NAME=herdyn
- CHANNEL_LANGUAGE=cs
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: twitch-scanner:latest
volumes:
- ./clips:/app/clips
- ./transcripts:/app/transcripts
'scanner_{''name'': ''kuruhs'', ''language'': ''en''}':
environment:
- CHANNEL_NAME=kuruhs
- CHANNEL_LANGUAGE=en
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: twitch-scanner:latest
volumes:
- ./clips:/app/clips
- ./transcripts:/app/transcripts
'scanner_{''name'': ''marty_vole'', ''language'': ''cs''}':
environment:
- CHANNEL_NAME=marty_vole
- CHANNEL_LANGUAGE=cs
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: twitch-scanner:latest
volumes:
- ./clips:/app/clips
- ./transcripts:/app/transcripts