This commit is contained in:
t0is 2025-02-23 13:09:32 +01:00
parent 0e3adfecb1
commit 54a91ac77d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
- TIMEDELTA_DAYS_EXACT=true - TIMEDELTA_DAYS_EXACT=true
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov - TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es - TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
image: madmonq-transcriptor-image:latest image: t0is/madmonq-transcriptor-image:latest
volumes: volumes:
- /shared/transcriptor/clips:/app/clips - /shared/transcriptor/clips:/app/clips
- /shared/transcriptor/vods:/app/vods - /shared/transcriptor/vods:/app/vods

View File

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