Files
example-appstore/apps/openaudible/docker-compose.json

19 lines
341 B
JSON
Raw Normal View History

2025-11-27 18:45:44 -06:00
{
2025-11-27 18:53:21 -06:00
"schemaVersion":2,
2025-11-27 18:45:44 -06:00
"services": [
{
"name": "openaudible",
"image": "openaudible/openaudible:latest",
"isMain": true,
"internalPort": 3000,
"environment": {},
"volumes": [
{
"hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible"
}
]
}
2025-11-27 18:53:21 -06:00
]
2025-11-27 18:45:44 -06:00
}