41 lines
870 B
JSON
41 lines
870 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": [
|
|
{
|
|
"containerPort": "8090",
|
|
"hostPort": "8090",
|
|
"tcp": true,
|
|
"udp": true
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"schemaVersion": 2
|
|
}
|