29 lines
563 B
JSON
29 lines
563 B
JSON
{
|
|
"services": [
|
|
{
|
|
"name": "invidious-companion",
|
|
"image": "ivorg/invidious-companion:latest",
|
|
"isMain": true,
|
|
"internalPort": 3000,
|
|
"ports": [
|
|
{
|
|
"host": "APP_PORT",
|
|
"container": 3000
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"host": "./config.json",
|
|
"container": "/app/config.json",
|
|
"type": "ro"
|
|
}
|
|
],
|
|
"environment": [
|
|
{
|
|
"name": "INVIDIOUS_INSTANCE",
|
|
"value": "{{ INVIDIOUS_INSTANCE }}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |