edits
This commit is contained in:
parent
2f4eb523f6
commit
0e3adfecb1
@ -1,7 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
scanner_astatoro:
|
scanner_astatoro:
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
environment:
|
environment:
|
||||||
- CHANNEL_NAME=astatoro
|
- CHANNEL_NAME=astatoro
|
||||||
- CHANNEL_LANGUAGE=sk
|
- CHANNEL_LANGUAGE=sk
|
||||||
@ -9,6 +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
|
||||||
volumes:
|
volumes:
|
||||||
- /shared/transcriptor/clips:/app/clips
|
- /shared/transcriptor/clips:/app/clips
|
||||||
- /shared/transcriptor/vods:/app/vods
|
- /shared/transcriptor/vods:/app/vods
|
||||||
|
@ -13,9 +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] = {
|
||||||
"build": {
|
"image": "madmonq-transcriptor-image:latest",
|
||||||
"context": "."
|
|
||||||
},
|
|
||||||
"environment": [
|
"environment": [
|
||||||
f"CHANNEL_NAME={channel['name']}",
|
f"CHANNEL_NAME={channel['name']}",
|
||||||
f"CHANNEL_LANGUAGE={channel['language']}",
|
f"CHANNEL_LANGUAGE={channel['language']}",
|
||||||
|
Loading…
Reference in New Issue
Block a user