Files
runtipi/apps/scalar/docker-compose.json
alexz fa571c9ccd
Some checks failed
Test / test (push) Has been cancelled
Renovate / renovate (push) Has been cancelled
.
2026-01-09 11:33:00 +00:00

35 lines
742 B
JSON

{
"services": [
{
"id": "scalar",
"name": "api-reference",
"image": "scalarapi/api-reference:latest",
"isMain": true,
"internalPort": "8080",
"volumes": [
{
"containerPath": "/docs",
"hostPath": "/etc/runtipi/app-data/runtipi/scalar/apidocs",
"readOnly": false,
"shared": false,
"private": false
}
],
"hostname": "scalar-api",
"environment": [
{
"key": "API_REFERENCE_CONFIG",
"value": "${FORM_API_REFERENCE_CONFIG}"
},
{
"key": "PROXY_URL",
"value": "${FORM_PROXY_URL}"
}
],
"addPorts": [
]
}
],
"schemaVersion": 2
}