added new app: flame (v2.3.1)

This commit is contained in:
Markus 2025-09-21 23:35:58 +02:00
parent 9902335951
commit a535c098e0
3 changed files with 169 additions and 0 deletions

View file

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