This commit is contained in:
t0is 2025-02-23 12:53:45 +01:00
parent 2f4eb523f6
commit 0e3adfecb1
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,5 @@
services:
scanner_astatoro:
build:
context: .
environment:
- CHANNEL_NAME=astatoro
- CHANNEL_LANGUAGE=sk
@ -9,6 +7,7 @@ services:
- TIMEDELTA_DAYS_EXACT=true
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: madmonq-transcriptor-image:latest
volumes:
- /shared/transcriptor/clips:/app/clips
- /shared/transcriptor/vods:/app/vods

View File

@ -13,9 +13,7 @@ compose = {
for channel in channels:
service_name = f"scanner_{channel['name']}"
compose["services"][service_name] = {
"build": {
"context": "."
},
"image": "madmonq-transcriptor-image:latest",
"environment": [
f"CHANNEL_NAME={channel['name']}",
f"CHANNEL_LANGUAGE={channel['language']}",