mirror of
https://github.com/pi-hole/FTL.git
synced 2026-07-03 05:15:38 +01:00
31102139ec
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
24 lines
686 B
JSON
24 lines
686 B
JSON
{
|
|
"name": "FTL x86_64 Build Env",
|
|
"image": "ghcr.io/pi-hole/ftl-build:nightly",
|
|
"runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"jetmartin.bats",
|
|
"ms-vscode.cpptools-extension-pack",
|
|
"eamodio.gitlens",
|
|
"github.copilot",
|
|
"ms-python.python",
|
|
"ms-python.black-formatter"
|
|
]
|
|
}
|
|
},
|
|
"mounts": [
|
|
"type=bind,source=${localEnv:HOME}/.ssh,target=/root/.ssh,readonly",
|
|
"type=bind,source=/var/www/html/admin,target=/var/www/html/admin,readonly",
|
|
"type=bind,source=${localWorkspaceFolder}/../docs,target=/workspaces/docs/"
|
|
]
|
|
|
|
}
|