postiz-app/.devcontainer/devcontainer.json
jamesread 260b281cb4 wip: Arch, devcontainer + dist, supervisord
Co-Authored-By: jonathan-irvin <jonathan-irvin@users.noreply.github.com>
2024-09-09 02:50:37 +01:00

14 lines
306 B
JSON

{
"name": "Postiz Dev Container",
"image": "localhost/postiz-devcontainer",
"features": {},
"customizations": {
"vscode": {
"settings": {},
"extensions": []
}
},
"forwardPorts": ["4200:4200", "3000:3000"],
"mounts": ["source=/apps,destination=/apps/dist/,type=bind,consistency=cached"]
}