feat: add homepage config

This commit is contained in:
2025-12-16 00:37:01 +00:00
parent edf6a9cd98
commit 9be80261c6
6 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3001:3000
volumes:
- ${CONFIG_ROOT}/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
HOMEPAGE_ALLOWED_HOSTS: "*"
restart: unless-stopped
labels:
homepage.group: "Dashboards"
homepage.name: "Homepage"
homepage.icon: "homepage.png"
homepage.href: "http://homepage:3000"
homepage.description: "The dashboard itself"