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