Add devcontainer configuration and initial documentation for yt-dlp proxy server
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Debian",
|
||||
|
||||
"image": "mcr.microsoft.com/devcontainers/base:trixie",
|
||||
|
||||
"runArgs": ["--add-host=ollama:host-gateway"],
|
||||
|
||||
"containerEnv": {
|
||||
"OLLAMA_HOST": "ollama:11434"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user