services: scanner_cyr: environment: - CHANNEL_NAME=cyr - CHANNEL_LANGUAGE=en - TIMEDELTA_DAYS=8 - TIMEDELTA_DAYS_EXACT=false - CLIP_CREATE_FROM_CHAT=false - TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov - TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es image: t0is/madmonq-transcriptor-image:latest 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 scanner_khalamity: environment: - CHANNEL_NAME=khalamity - CHANNEL_LANGUAGE=en - TIMEDELTA_DAYS=8 - TIMEDELTA_DAYS_EXACT=false - CLIP_CREATE_FROM_CHAT=false - TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov - TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es image: t0is/madmonq-transcriptor-image:latest 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 scanner_rachtaz: environment: - CHANNEL_NAME=rachtaz - CHANNEL_LANGUAGE=en - TIMEDELTA_DAYS=8 - TIMEDELTA_DAYS_EXACT=false - CLIP_CREATE_FROM_CHAT=false - TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov - TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es image: t0is/madmonq-transcriptor-image:latest 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