Files
portainer-stacks/homepage/docker-compose.yaml
T
2026-04-27 10:05:40 -04:00

21 lines
703 B
YAML

version: "3.8"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
HOMEPAGE_ALLOWED_HOSTS: 192.168.1.155,192.168.1.155:49325,localhost,127.0.0.1,0.0.0.0,douglasdigitalhome.net,www.douglasdigitalhome.net,homepage.douglasdigitalhome.net
PUID: 1000
PGID: 1000
# LOG_LEVEL: debug # remove or comment out once everything works
ports:
- "49325:3000"
volumes:
- /docker/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
labels:
- homepage.group=Infrastructure
- homepage.name=Homepage
- homepage.icon=mdi:view-dashboard