mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-01 17:32:42 +02:00
25 lines
700 B
JSON
25 lines
700 B
JSON
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
|
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
|
|
{
|
|
"name": "Node.js",
|
|
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/fancy-gatus",
|
|
"shutdownAction": "stopCompose",
|
|
|
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
|
"forwardPorts": [5173],
|
|
|
|
// Configure tool-specific properties.
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"svelte.svelte-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"eamodio.gitlens"
|
|
]
|
|
}
|
|
}
|
|
}
|