Files
example-appstore/apps/openaudible/docker-compose.json
2025-11-27 19:47:38 -06:00

23 lines
423 B
JSON

{
"schemaVersion":2,
"services": [
{
"name": "openaudible",
"image": "openaudible/openaudible:latest",
"addPorts": [
{"containerPort":3000,
"hostPort":"$APP_PORT",
"tcp":true,
"udp":false}
],
"environment": {},
"volumes": [
{
"hostPath": "${ROOTPATH}",
"containerPath": "/root/OpenAudible"
}
]
}
]
}