big test
This commit is contained in:
parent
858d2a075c
commit
2160bef026
1415
docker-compose.yml
1415
docker-compose.yml
File diff suppressed because it is too large
Load Diff
@ -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']}",
|
||||||
|
Loading…
Reference in New Issue
Block a user