19 lines
384 B
JSON
19 lines
384 B
JSON
|
|
{
|
||
|
|
"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"
|
||
|
|
}
|