Files
runtipi/scalar/docker-compose.json
alexz d6cafc67b2
Some checks failed
Test / test (push) Has been cancelled
add scalar as an app
2026-01-09 10:33:58 +00:00

37 lines
785 B
JSON

{
"services": [
{
"_id": "service-9v11i7b",
"name": "api-reference",
"image": "scalarapi/api-reference:latest",
"isMain": true,
"internalPort": "8080",
"volumes": [
{
"containerPath": "/docs",
"hostPath": "/etc/runtipi/apps/_user/scalar/apidocs",
"readOnly": false,
"shared": false,
"private": false
}
],
"hostname": "scalar-api",
"environment": [
{
"key": "API_REFERENCE_CONFIG",
"value": "{FORM_API_REFERENCE_CONFIG}"
}
],
"addPorts": [
{
"containerPort": "8090",
"hostPort": "8090",
"tcp": true,
"udp": true
}
]
}
],
"schemaVersion": 2
}