All services moved to deployed filesystem

This commit is contained in:
Adam Outler
2025-09-28 17:10:15 -04:00
parent d182a552b8
commit c6efe5ac06
19 changed files with 695 additions and 145 deletions

View File

@@ -4,7 +4,9 @@
"build": {
"dockerfile": "./Dockerfile",
"context": "../",
"target": "netalertx-devcontainer"
"target": "netalertx-devcontainer",
"pull": true,
"noCache": true
},
"workspaceFolder": "/workspaces/NetAlertX",
"runArgs": [
@@ -34,7 +36,9 @@
"pamaron.pytest-runner",
"coderabbit.coderabbit-vscode",
"ms-python.black-formatter",
"jeff-hykin.better-dockerfile-syntax"
"jeff-hykin.better-dockerfile-syntax",
"GitHub.codespaces",
"ms-azuretools.vscode-containers"
]
,
"settings": {