This commit is contained in:
2025-03-03 18:55:31 +01:00
parent 4e2609f0a1
commit a875cea0c8

View File

@ -1,14 +1,28 @@
version: "3.3" ---
services: services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
environment: # environment:
PUID: 1000 # PUID: 1000
PGID: 1000 # PGID: 1000
ports: ports:
- 3003:3000 - 3003:3000
volumes: volumes:
- /share/docker_data/homepage/config:/app/config # Make sure your local config directory exists - /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 - /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped - /share/docker_data/homepage/images:/app/public/images
restart: unless-stopped
environment:
TZ: Europe/Bratislava
dns:
- 192.168.78.254
# network_mode: host
labels:
com.centurylinklabs.watchtower.enable: true
networks:
- pihole_pihole
networks:
pihole_pihole:
external: true