mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
fe9bb49caa
This change updates all go modules, including oidc, a major version of go-jose and the go 1.22 release.
24 lines
627 B
JSON
24 lines
627 B
JSON
{
|
|
"name": "zitadel",
|
|
"dockerComposeFile": "docker-compose.yml",
|
|
"service": "devcontainer",
|
|
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/go:1": {
|
|
"version": "1.22"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {
|
|
"version": "18"
|
|
},
|
|
"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"
|
|
} |