Ajout de Invidious companion
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2025-08-08 11:25:36 -04:00
parent 4409454cfe
commit 8184113f63
4 changed files with 58 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"services": [
{
"name": "whoami",
"image": "quay.io/invidious/invidious-companion:latest",
"isMain": true,
"internalPort": "3000"
}
]
}