runtipi-appstore/apps/flame/docker-compose.json

19 lines
372 B
JSON

{
"services": [
{
"name": "flame",
"image": "pawelmalak/flame:2.3.1",
"isMain": true,
"internalPort": 5005,
"volumes": [
{
"hostPath": "${APP_DATA_DIR}/data/flame",
"containerPath": "/app/data",
"readOnly": false,
"shared": false,
"private": false
}
]
}
]
}