This commit is contained in:
2025-03-23 16:24:50 +01:00
parent 54149deda8
commit 49aaf5bb25
31 changed files with 1558 additions and 1721 deletions

View File

@ -1,29 +1,24 @@
---
services:
homepage:
image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest
container_name: homepage
# environment:
# PUID: 1000
# PGID: 1000
ports:
- 3003:3000
volumes:
- /share/docker_data/homepage/config:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
- /share/docker_data/homepage/images:/app/public/images
restart: unless-stopped
environment:
TZ: Europe/Bratislava
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003
dns:
- 192.168.78.254
# network_mode: host
labels:
com.centurylinklabs.watchtower.enable: true
networks:
- pihole_pihole
networks:
pihole_pihole:
external: true
external: true
services:
homepage:
container_name: homepage
dns:
- 192.168.78.254
environment:
HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003
TZ: Europe/Bratislava
image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest
labels:
com.centurylinklabs.watchtower.enable: true
wud.watch.digest: true
networks:
- pihole_pihole
ports:
- 3003:3000
restart: unless-stopped
volumes:
- /share/docker_data/homepage/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
- /share/docker_data/homepage/images:/app/public/images