{ "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" }