2023-08-15 08:49:05 +00:00
|
|
|
{
|
|
|
|
"name": "zitadel",
|
|
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
|
|
"service": "devcontainer",
|
|
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
|
|
"features": {
|
|
|
|
"ghcr.io/devcontainers/features/go:1": {
|
2024-04-15 09:17:36 +00:00
|
|
|
"version": "1.22"
|
2023-08-15 08:49:05 +00:00
|
|
|
},
|
2024-09-09 09:58:25 +00:00
|
|
|
"ghcr.io/devcontainers/features/node:1": {},
|
2023-08-15 08:49:05 +00:00
|
|
|
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
|
|
|
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
|
|
|
"ghcr.io/devcontainers/features/github-cli:1": {},
|
|
|
|
"ghcr.io/jungaretti/features/make:1": {}
|
|
|
|
},
|
|
|
|
"forwardPorts": [
|
|
|
|
3000,
|
|
|
|
4200,
|
|
|
|
8080
|
|
|
|
],
|
|
|
|
"onCreateCommand": "npm install -g sass@1.64.1"
|
2024-09-09 09:58:25 +00:00
|
|
|
}
|