From ff88da9a7d570a8d737e79e97452e5c57d07056c Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Fri, 17 Nov 2023 21:15:54 +0100 Subject: [PATCH] chore(homarr): add data folder mapping --- apps/homarr/config.json | 11 +++-------- apps/homarr/docker-compose.yml | 1 + 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/homarr/config.json b/apps/homarr/config.json index f15d847c..428c33f3 100644 --- a/apps/homarr/config.json +++ b/apps/homarr/config.json @@ -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"] } diff --git a/apps/homarr/docker-compose.yml b/apps/homarr/docker-compose.yml index 147ae470..9b3a250b 100644 --- a/apps/homarr/docker-compose.yml +++ b/apps/homarr/docker-compose.yml @@ -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}