Files
example-appstore/apps/openaudible/docker-compose.json
2025-11-27 18:45:44 -06:00

19 lines
384 B
JSON

{
"services": [
{
"name": "openaudible",
"image": "openaudible/openaudible:latest",
"isMain": true,
"internalPort": 3000,
"environment": {},
"volumes": [
{
"hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible"
}
]
}
],
"$schema": "https://schemas.runtipi.io/dynamic-compose.json"
}