.
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-01-09 10:42:41 +00:00
parent d6cafc67b2
commit 3aadd164f0
17 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"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
}