Add Docker build/push tooling and Traefik compose

This commit is contained in:
2026-02-01 10:29:14 +01:00
parent 56aacb0134
commit 01581b7a91
4 changed files with 100 additions and 2 deletions

4
.vscode/tasks.json vendored
View File

@@ -24,11 +24,11 @@
"group": "build"
},
{
"label": "Build Docker Image",
"label": "Build & Push Docker",
"type": "shell",
"command": "${workspaceFolder}\\.venv\\Scripts\\python.exe",
"args": [
"${workspaceFolder}/docker/build_image.py"
"${workspaceFolder}/docker/build_and_push_image.py"
],
"problemMatcher": []
}