23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|