Initial stage
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM bitnami/node:latest
|
||||
|
||||
WORKDIR /workspace
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user