29 lines
711 B
JSON
29 lines
711 B
JSON
{
|
|
"name": "quic-ecs-dt",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/rust:1": {
|
|
"version": "latest",
|
|
"profile": "minimal"
|
|
},
|
|
"ghcr.io/devcontainers/features/python:1": {
|
|
"version": "os-provided"
|
|
}
|
|
},
|
|
"containerEnv": {
|
|
"RUST_LOG": "info",
|
|
"RUST_BACKTRACE": "1",
|
|
"VM_ENDPOINT": "http://your-server:8428",
|
|
"CM5_HOST": "192.168.1.x"
|
|
},
|
|
"forwardPorts": [3000, 8428, 4848],
|
|
"portsAttributes": {
|
|
"3000": { "label": "Grafana" },
|
|
"8428": { "label": "Victoria Metrics" },
|
|
"4848": { "label": "Quarto preview" }
|
|
},
|
|
"remoteUser": "coder",
|
|
"postCreateCommand": "bash .devcontainer/setup.sh"
|
|
} |