edits
This commit is contained in:
parent
2f4eb523f6
commit
0e3adfecb1
@ -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
|
||||
|
@ -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']}",
|
||||
|
Loading…
Reference in New Issue
Block a user