Initial stage

This commit is contained in:
Stan
2026-04-09 19:15:39 +02:00
commit d9f0b21b10
35 changed files with 3318 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "clproject-node-mariadb",
"dockerComposeFile": [
"../docker-compose.yml"
],
"service": "app",
"workspaceFolder": "/workspace",
"shutdownAction": "stopCompose",
"overrideCommand": false,
"remoteUser": "1001",
"updateRemoteUserUID": true,
"forwardPorts": [3000, 8080, 3306],
"portsAttributes": {
"3000": {
"label": "Node.js app"
},
"8080": {
"label": "phpMyAdmin"
},
"3306": {
"label": "MariaDB"
}
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker"
]
}
}
}