Files
homelab-configs/apps/homepage/docker-compose.yml
T
mo 43c4ed7a6d Add Homepage dashboard on Proxmox with Palantir theme and Admin UI.
Deploy gethomepage on pve CT 120, categorized services from Homarr, RSS feeds,
custom styling, and a browser-based admin UI on the NAS for adding sites.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 18:45:55 +02:00

19 lines
554 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
restart: unless-stopped
ports:
- "3000:3000"
environment:
# Homelab LAN: * = geen host-check (DHCP/NPM hostnames wisselen)
HOMEPAGE_ALLOWED_HOSTS: "*"
PUID: 0
PGID: 0
volumes:
- ./config:/app/config
- ./config/custom.css:/app/config/custom.css:ro
- ./config/custom.js:/app/config/custom.js:ro
- ./public/images:/app/public/images:ro
- /var/run/docker.sock:/var/run/docker.sock:ro