mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +00:00
29 lines
666 B
JSON
29 lines
666 B
JSON
![]() |
{
|
||
|
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/refs/heads/main/schemas/devContainer.schema.json",
|
||
|
"name": "devcontainer",
|
||
|
"dockerComposeFile": "docker-compose.yml",
|
||
|
"service": "devcontainer",
|
||
|
"workspaceFolder": "/workspaces",
|
||
|
"features": {
|
||
|
"ghcr.io/devcontainers/features/go:1": {
|
||
|
"version": "1.24"
|
||
|
},
|
||
|
"ghcr.io/guiyomh/features/golangci-lint:0": {},
|
||
|
"ghcr.io/jungaretti/features/make:1": {}
|
||
|
},
|
||
|
"forwardPorts": [
|
||
|
3000,
|
||
|
3001,
|
||
|
4200,
|
||
|
8080
|
||
|
],
|
||
|
"onCreateCommand": "pnpm install -g sass@1.64.1",
|
||
|
"customizations": {
|
||
|
"jetbrains": {
|
||
|
"settings": {
|
||
|
"com.intellij:app:HttpConfigurable.use_proxy_pac": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|