Added OpenAudible

This commit is contained in:
cody conder
2025-11-27 18:45:44 -06:00
parent edbf243965
commit 1ac41acdf8
5 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}