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

22 lines
517 B
JSON

{
"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
}
]
}
]
}