added new app: homarr (v1.37.0)
This commit is contained in:
parent
2a894d5e20
commit
0b34b315b1
4 changed files with 408 additions and 0 deletions
22
apps/homarr/docker-compose.json
Normal file
22
apps/homarr/docker-compose.json
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"services": [
|
||||
{
|
||||
"name": "homarr",
|
||||
"image": "ghcr.io/homarr-labs/homarr:v1.37.0",
|
||||
"isMain": true,
|
||||
"environment": {
|
||||
"SECRET_ENCRYPTION_KEY": "5028cc51f7b083863f13b11603a6e1eec9bb9675cedfa89f53700aa37d33176a"
|
||||
},
|
||||
"internalPort": 7575,
|
||||
"volumes": [
|
||||
{
|
||||
"hostPath": "${APP_DATA_DIR}/data/homarr",
|
||||
"containerPath": "/appdata",
|
||||
"readOnly": false,
|
||||
"shared": false,
|
||||
"private": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue