chore(homarr): add data folder mapping
This commit is contained in:
parent
8d9878079c
commit
ff88da9a7d
|
@ -5,11 +5,9 @@
|
|||
"exposable": true,
|
||||
"port": 8102,
|
||||
"id": "homarr",
|
||||
"tipi_version": 20,
|
||||
"tipi_version": 21,
|
||||
"version": "0.14.1",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
"categories": ["utilities"],
|
||||
"description": "A homepage for your server.",
|
||||
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
|
||||
"author": "ajnart",
|
||||
|
@ -25,8 +23,5 @@
|
|||
"env_variable": "HOMARR_PASSWORD"
|
||||
}
|
||||
],
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@ services:
|
|||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/app/data/configs
|
||||
- ${APP_DATA_DIR}/data/icons:/app/public/icons
|
||||
- ${APP_DATA_DIR}/data/dashboard:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
environment:
|
||||
- PASSWORD=${HOMARR_PASSWORD}
|
||||
|
|
Loading…
Reference in New Issue
Block a user