Files
yt-dlp-proxy/.devcontainer/devcontainer.json
T
2026-04-01 11:22:09 +00:00

25 lines
308 B
JSON

{
"name": "Debian",
"image": "mcr.microsoft.com/devcontainers/base:trixie",
"runArgs": ["--add-host=ollama:host-gateway"],
"containerEnv": {
"OLLAMA_HOST": "ollama:11434"
},
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
]
}
},
"forwardPorts": [
5000
]
}