Devcontainer operational, services all down

This commit is contained in:
Adam Outler
2025-09-25 23:03:55 +00:00
parent dfcc375fba
commit c228d45cea
7 changed files with 328 additions and 308 deletions

View File

@@ -2,9 +2,9 @@
"name": "NetAlertX DevContainer",
"remoteUser": "netalertx",
"build": {
"dockerfile": "Dockerfile",
"dockerfile": "../Dockerfile",
"context": "..",
"target": "devcontainer"
"target": "runner"
},
"workspaceFolder": "/workspaces/NetAlertX",
"runArgs": [
@@ -20,7 +20,7 @@
"postStartCommand": "${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",
"postStartCommand": "sudo ${containerWorkspaceFolder}/.devcontainer/scripts/setup.sh",
"customizations": {
"vscode": {