fix: simplify devcontainer config
This commit is contained in:
parent
cbf7417c0f
commit
f2c0a9cc55
@ -2,33 +2,17 @@
|
|||||||
"name": "Moltbot Gateway",
|
"name": "Moltbot Gateway",
|
||||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-bookworm",
|
"image": "mcr.microsoft.com/devcontainers/javascript-node:22-bookworm",
|
||||||
|
|
||||||
"features": {
|
|
||||||
"ghcr.io/devcontainers/features/common-utils:2": {}
|
|
||||||
},
|
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"ms-vscode.vscode-typescript-next"
|
"ms-vscode.vscode-typescript-next"
|
||||||
],
|
]
|
||||||
"settings": {
|
|
||||||
"terminal.integrated.defaultProfile.linux": "bash"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"forwardPorts": [18789, 18791, 11434],
|
"forwardPorts": [18789],
|
||||||
"portsAttributes": {
|
|
||||||
"18789": {
|
|
||||||
"label": "Gateway WebSocket",
|
|
||||||
"onAutoForward": "openBrowser"
|
|
||||||
},
|
|
||||||
"11434": {
|
|
||||||
"label": "Ollama API"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
|
|
||||||
"postCreateCommand": "bash .devcontainer/post-create.sh",
|
"postCreateCommand": "bash .devcontainer/post-create.sh",
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user