edits
This commit is contained in:
parent
0e3adfecb1
commit
54a91ac77d
@ -7,7 +7,7 @@ services:
|
||||
- TIMEDELTA_DAYS_EXACT=true
|
||||
- TWITCH_CLIENT_ID=a0fuj6tm5ct79clvim9816orphqkov
|
||||
- TWITCH_CLIENT_SECRET=h7whj3yspxgj1909sgcafx6iz1p1es
|
||||
image: madmonq-transcriptor-image:latest
|
||||
image: t0is/madmonq-transcriptor-image:latest
|
||||
volumes:
|
||||
- /shared/transcriptor/clips:/app/clips
|
||||
- /shared/transcriptor/vods:/app/vods
|
||||
|
@ -13,7 +13,7 @@ compose = {
|
||||
for channel in channels:
|
||||
service_name = f"scanner_{channel['name']}"
|
||||
compose["services"][service_name] = {
|
||||
"image": "madmonq-transcriptor-image:latest",
|
||||
"image": "t0is/madmonq-transcriptor-image:latest",
|
||||
"environment": [
|
||||
f"CHANNEL_NAME={channel['name']}",
|
||||
f"CHANNEL_LANGUAGE={channel['language']}",
|
||||
|
Loading…
Reference in New Issue
Block a user