From 4bc7bb9e659ab4ae3b0e6aad313ba5f9a7091061 Mon Sep 17 00:00:00 2001 From: t0is Date: Mon, 24 Feb 2025 00:51:58 +0100 Subject: [PATCH] edits --- docker-compose.yml | 306 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 306 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index af832e7..e610efe 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,38 @@ services: + scanner_agraelus: + build: + context: . + environment: + - CHANNEL_NAME=agraelus + - CHANNEL_LANGUAGE=cs + - 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 + scanner_artix: + build: + context: . + environment: + - CHANNEL_NAME=artix + - CHANNEL_LANGUAGE=cs + - 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 scanner_astatoro: build: context: . @@ -16,3 +50,275 @@ services: - /shared/transcriptor/chat:/app/chat - /shared/transcriptor/models:/app/models - /shared/transcriptor/transcripts:/app/transcripts + scanner_cantzer: + build: + context: . + environment: + - CHANNEL_NAME=cantzer + - CHANNEL_LANGUAGE=cs + - 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 + scanner_czechcloud: + build: + context: . + environment: + - CHANNEL_NAME=czechcloud + - CHANNEL_LANGUAGE=cs + - 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 + scanner_duklock: + build: + context: . + environment: + - CHANNEL_NAME=duklock + - CHANNEL_LANGUAGE=cs + - 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 + scanner_esfandtv: + build: + context: . + environment: + - CHANNEL_NAME=esfandtv + - CHANNEL_LANGUAGE=en + - 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 + scanner_fluffcz: + build: + context: . + environment: + - CHANNEL_NAME=fluffcz + - CHANNEL_LANGUAGE=cs + - 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 + scanner_herdyn: + build: + context: . + environment: + - CHANNEL_NAME=herdyn + - CHANNEL_LANGUAGE=cs + - 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 + scanner_kapesnik69: + build: + context: . + environment: + - CHANNEL_NAME=kapesnik69 + - CHANNEL_LANGUAGE=cs + - 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 + scanner_kuruhs: + build: + context: . + environment: + - CHANNEL_NAME=kuruhs + - CHANNEL_LANGUAGE=en + - 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 + scanner_liveoliverr: + build: + context: . + environment: + - CHANNEL_NAME=liveoliverr + - CHANNEL_LANGUAGE=cs + - 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 + scanner_marty_vole: + build: + context: . + environment: + - CHANNEL_NAME=marty_vole + - CHANNEL_LANGUAGE=cs + - 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 + scanner_marwex: + build: + context: . + environment: + - CHANNEL_NAME=marwex + - CHANNEL_LANGUAGE=cs + - 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 + scanner_nestta: + build: + context: . + environment: + - CHANNEL_NAME=nestta + - CHANNEL_LANGUAGE=cs + - 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 + scanner_patrikturi: + build: + context: . + environment: + - CHANNEL_NAME=patrikturi + - CHANNEL_LANGUAGE=cs + - 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 + scanner_spajkk: + build: + context: . + environment: + - CHANNEL_NAME=spajkk + - CHANNEL_LANGUAGE=cs + - 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 + scanner_tensterakdary: + build: + context: . + environment: + - CHANNEL_NAME=tensterakdary + - CHANNEL_LANGUAGE=cs + - 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 + scanner_theresablueberry: + build: + context: . + environment: + - CHANNEL_NAME=theresablueberry + - CHANNEL_LANGUAGE=cs + - 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