You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/.devcontainer/devcontainer.json

25 lines
655 B
JSON

{
"name": "Hydro Dev Container",
"dockerComposeFile": "docker-compose.yml",
"service": "hydro",
"workspaceFolder": "/workspace",
"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"gruntfuggly.todo-tree",
"ronnidc.nunjucks",
"eamodio.gitlens",
"vscode-icons-team.vscode-icons",
"sysoev.language-stylus"
]
}
},
"remoteUser": "root",
"forwardPorts": [
2333,
8000
],
"postCreateCommand": "git submodule update --init && yarn install && npx hydrooj cli system set server.port 2333 && npx hydrooj cli user create root@hydro.local root rootroot 2 && npx hydrooj cli user setSuperAdmin 2"
}