mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
22 lines
469 B
JSON
22 lines
469 B
JSON
{
|
|
"name": "Documenso",
|
|
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
|
|
"features": {
|
|
"ghcr.io/devcontainers/features/docker-in-docker:2": {
|
|
"version": "latest",
|
|
"enableNonRootDocker": "true",
|
|
"moby": "true"
|
|
},
|
|
"ghcr.io/devcontainers/features/node:1": {}
|
|
},
|
|
"onCreateCommand": "./.devcontainer/on-create.sh",
|
|
"postStartCommand": "./.devcontainer/post-start.sh",
|
|
"forwardPorts": [
|
|
3000,
|
|
54320,
|
|
9000,
|
|
2500,
|
|
1100
|
|
]
|
|
}
|