19 lines
583 B
YAML
19 lines
583 B
YAML
services:
|
|
scanner_astatoro:
|
|
build:
|
|
context: .
|
|
environment:
|
|
- CHANNEL_NAME=astatoro
|
|
- CHANNEL_LANGUAGE=sk
|
|
- TIMEDELTA_DAYS=6
|
|
- TIMEDELTA_DAYS_EXACT=true
|
|
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
|
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
|
volumes:
|
|
- /shared/transcriptor/clips:/app/clips
|
|
- /shared/transcriptor/vods:/app/vods
|
|
- /shared/transcriptor/audio:/app/audio
|
|
- /shared/transcriptor/chat:/app/chat
|
|
- /shared/transcriptor/models:/app/models
|
|
- /shared/transcriptor/transcripts:/app/transcripts
|