Added OpenAudible
This commit is contained in:
18
apps/openaudible/docker-compose.json
Normal file
18
apps/openaudible/docker-compose.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user