This commit is contained in:
Alexander Svan
2025-04-08 14:42:03 +02:00
commit 1ad9ec82f2
8 changed files with 240 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "Existing Docker Compose (Extend)",
"dockerComposeFile": [
"../docker-compose.yml",
"docker-compose.yml"
],
"service": "python-loader",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
"features": {
"ghcr.io/devcontainers/features/python:1": {}
},
"remoteUser": "root"
}