Add devcontainer configuration and initial documentation for yt-dlp proxy server

This commit is contained in:
Mikhail Yevchenko
2026-04-01 10:21:50 +00:00
commit 8797b2989a
2 changed files with 48 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Debian",
"image": "mcr.microsoft.com/devcontainers/base:trixie",
"runArgs": ["--add-host=ollama:host-gateway"],
"containerEnv": {
"OLLAMA_HOST": "ollama:11434"
}
}