This commit is contained in:
t0is 2025-02-24 21:16:33 +01:00
parent 858d2a075c
commit 2160bef026
2 changed files with 1323 additions and 96 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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": "t0is/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']}",