35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "authentik",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "app",
|
|
"workspaceFolder": "/app-root",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
|
"ghcr.io/devcontainers/features/go:1": {},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"forwardPorts": [9000],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"EditorConfig.EditorConfig",
|
|
"bashmish.es6-string-css",
|
|
"bpruitt-goddard.mermaid-markdown-syntax-highlighting",
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode",
|
|
"golang.go",
|
|
"Gruntfuggly.todo-tree",
|
|
"mechatroner.rainbow-csv",
|
|
"ms-python.black-formatter",
|
|
"ms-python.isort",
|
|
"ms-python.pylint",
|
|
"ms-python.python",
|
|
"ms-python.vscode-pylance",
|
|
"redhat.vscode-yaml",
|
|
"Tobermory.es6-string-html",
|
|
"unifiedjs.vscode-mdx"
|
|
]
|
|
}
|
|
}
|
|
}
|