added new app: flame (v2.3.1)
This commit is contained in:
parent
9902335951
commit
a535c098e0
3 changed files with 169 additions and 0 deletions
19
apps/flame/docker-compose.json
Normal file
19
apps/flame/docker-compose.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue