mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-19 20:19:01 +00:00
Signed-off-by: Logic <zqr10159@dromara.org> Co-authored-by: aias00 <rokkki@163.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "Hertzbeat DevContainer",
|
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/java:1": {
|
|
"version": "17",
|
|
"installMaven": "true",
|
|
"installGradle": "false"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "20"
|
|
},
|
|
"ghcr.io/devcontainers/features/git-lfs:1.1.0": {}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"settings": {},
|
|
// same extensions as Gitpod, should match /.gitpod.yml
|
|
"extensions": [
|
|
"vscjava.vscode-java-pack",
|
|
"editorconfig.editorconfig",
|
|
"dbaeumer.vscode-eslint",
|
|
"stylelint.vscode-stylelint",
|
|
"DavidAnson.vscode-markdownlint",
|
|
"ms-azuretools.vscode-docker",
|
|
"cweijan.vscode-database-client2",
|
|
"GitHub.vscode-pull-request-github"
|
|
]
|
|
}
|
|
},
|
|
"portsAttributes": {
|
|
"4200": {
|
|
"label": "Hertzbeat Web",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"postCreateCommand": "java -version"
|
|
}
|