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

19 lines
341 B
JSON

{
"schemaVersion":2,
"services": [
{
"name": "openaudible",
"image": "openaudible/openaudible:latest",
"isMain": true,
"internalPort": 3000,
"environment": {},
"volumes": [
{
"hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible"
}
]
}
]
}