Ajout de Invidious companion
This commit is contained in:
@@ -1,10 +1,29 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "whoami",
|
||||
"image": "quay.io/invidious/invidious-companion:latest",
|
||||
"name": "invidious-companion",
|
||||
"image": "ivorg/invidious-companion:latest",
|
||||
"isMain": true,
|
||||
"internalPort": "3000"
|
||||
"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 }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user