From 9b025d6ba8d4f0a44111f89ea9e0c533965703d1 Mon Sep 17 00:00:00 2001 From: komodo Date: Wed, 7 May 2025 19:09:28 +0000 Subject: [PATCH] [Komodo] admin: Write Compose File: update compose.yaml --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/compose.yaml b/compose.yaml index 45492cd..8daba31 100644 --- a/compose.yaml +++ b/compose.yaml @@ -56,3 +56,16 @@ services: - /app-config/vw-data:/data networks: - proxy_network + + homepage: + image: ghcr.io/gethomepage/homepage:latest + container_name: homepage + ports: + - 3000:3000 + volumes: + - /app-config/homepage/:/app/config # Make sure your local config directory exists + - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods + environment: + HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts + PUID: 1000 + PGID: 1000 \ No newline at end of file