added new app: homarr (v1.37.0)

This commit is contained in:
Markus 2025-09-19 00:41:35 +02:00
parent 2a894d5e20
commit 0b34b315b1
4 changed files with 408 additions and 0 deletions

View 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
}
]
}
]
}