chore(homarr): add data folder mapping

This commit is contained in:
Nicolas Meienberger 2023-11-17 21:15:54 +01:00
parent 8d9878079c
commit ff88da9a7d
2 changed files with 4 additions and 8 deletions

View File

@ -5,11 +5,9 @@
"exposable": true, "exposable": true,
"port": 8102, "port": 8102,
"id": "homarr", "id": "homarr",
"tipi_version": 20, "tipi_version": 21,
"version": "0.14.1", "version": "0.14.1",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "A homepage for your server.", "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.", "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", "author": "ajnart",
@ -25,8 +23,5 @@
"env_variable": "HOMARR_PASSWORD" "env_variable": "HOMARR_PASSWORD"
} }
], ],
"supported_architectures": [ "supported_architectures": ["arm64", "amd64"]
"arm64",
"amd64"
]
} }

View File

@ -7,6 +7,7 @@ services:
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/app/data/configs - ${APP_DATA_DIR}/data/config:/app/data/configs
- ${APP_DATA_DIR}/data/icons:/app/public/icons - ${APP_DATA_DIR}/data/icons:/app/public/icons
- ${APP_DATA_DIR}/data/dashboard:/data
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
environment: environment:
- PASSWORD=${HOMARR_PASSWORD} - PASSWORD=${HOMARR_PASSWORD}