28 lines
644 B
JSON
28 lines
644 B
JSON
{
|
||
"name": "Ernaehrungsberatung",
|
||
"remoteUser": "node",
|
||
"forwardPorts": [5173, 8025],
|
||
"portsAttributes": {
|
||
"5173": {
|
||
"label": "Webseite",
|
||
"onAutoForward": "notify"
|
||
},
|
||
"8025": {
|
||
"label": "Mailpit – Testmails",
|
||
"onAutoForward": "notify"
|
||
}
|
||
},
|
||
"postCreateCommand": "bash .devcontainer/setup.sh",
|
||
"customizations": {
|
||
"vscode": {
|
||
"extensions": [
|
||
"esbenp.prettier-vscode",
|
||
"EditorConfig.EditorConfig"
|
||
]
|
||
}
|
||
},
|
||
"build": {
|
||
"dockerfile": "Dockerfile"
|
||
}
|
||
}
|