From dd93f93b2f7067a3cdb94212bb73269a080f8a85 Mon Sep 17 00:00:00 2001 From: Mario Neuhold Date: Sun, 5 Oct 2025 23:35:33 +0200 Subject: [PATCH 1/3] feat: use new homarr image Updated image, environment variables and volume paths according to the new version @link https://homarr.dev/docs/getting-started/installation/docker --- templates/compose/homarr.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/homarr.yaml b/templates/compose/homarr.yaml index 32d198b78..c66b0889e 100644 --- a/templates/compose/homarr.yaml +++ b/templates/compose/homarr.yaml @@ -10,11 +10,11 @@ services: image: ghcr.io/ajnart/homarr:latest environment: - SERVICE_URL_HOMARR_7575 + - SERVICE_HEX_32_HOMARR + - 'SECRET_ENCRYPTION_KEY=${SERVICE_HEX_32_HOMARR}' volumes: - /var/run/docker.sock:/var/run/docker.sock - - ./homarr/configs:/app/data/configs - - ./homarr/icons:/app/public/icons - - ./homarr/data:/data + - ./homarr/appdata:/appdata healthcheck: test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:7575"] interval: 5s From 31beb0f862971219f86010aa68de705adfb89b73 Mon Sep 17 00:00:00 2001 From: Mario Neuhold Date: Mon, 6 Oct 2025 20:52:31 +0200 Subject: [PATCH 2/3] feat(templates): actually use the new image now --- templates/compose/homarr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/homarr.yaml b/templates/compose/homarr.yaml index c66b0889e..aea281b64 100644 --- a/templates/compose/homarr.yaml +++ b/templates/compose/homarr.yaml @@ -7,7 +7,7 @@ services: homarr: - image: ghcr.io/ajnart/homarr:latest + image: ghcr.io/homarr-labs/homarr:latest environment: - SERVICE_URL_HOMARR_7575 - SERVICE_HEX_32_HOMARR From a031768c3e7dd2f5ad00fce7274587de84fb95f5 Mon Sep 17 00:00:00 2001 From: Mario Neuhold Date: Tue, 7 Oct 2025 12:19:45 +0200 Subject: [PATCH 3/3] feat(templates): pin homarr image version to v1.40.0 --- templates/compose/homarr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/homarr.yaml b/templates/compose/homarr.yaml index aea281b64..117fd8738 100644 --- a/templates/compose/homarr.yaml +++ b/templates/compose/homarr.yaml @@ -7,7 +7,7 @@ services: homarr: - image: ghcr.io/homarr-labs/homarr:latest + image: ghcr.io/homarr-labs/homarr:v1.40.0 environment: - SERVICE_URL_HOMARR_7575 - SERVICE_HEX_32_HOMARR