mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
28 lines
742 B
JSON
28 lines
742 B
JSON
{
|
|
"name": "bonob",
|
|
"build": {
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"containerEnv": {
|
|
// these env vars need to be configured appropriately for your local dev env
|
|
"BNB_DEV_SONOS_DEVICE_IP": "${localEnv:BNB_DEV_SONOS_DEVICE_IP}",
|
|
"BNB_DEV_HOST_IP": "${localEnv:BNB_DEV_HOST_IP}",
|
|
"BNB_DEV_SUBSONIC_URL": "${localEnv:BNB_DEV_SUBSONIC_URL}"
|
|
},
|
|
"remoteUser": "node",
|
|
"forwardPorts": [4534],
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
|
"version": "latest",
|
|
"moby": true
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"esbenp.prettier-vscode"
|
|
]
|
|
}
|
|
}
|
|
}
|