mirror of
				https://gitlab.sectorq.eu/home/docker-compose.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			779 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			779 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| networks:
 | |
|   pihole_pihole:
 | |
|     external: true
 | |
| services:
 | |
|   homepage:
 | |
|     container_name: homepage
 | |
|     dns:
 | |
|     - 192.168.78.254
 | |
|     environment:
 | |
|       HOMEPAGE_ALLOWED_HOSTS: sectorq.eu,active.home.lan:3003,m-server.home.lan:3003,rpi5.home.lan:3003,nas.home.lan:3003,192.168.77.238:3003,rack.home.lan:3003
 | |
|       TZ: Europe/Bratislava
 | |
|     image: ${DOCKER_REGISTRY:-}ghcr.io/gethomepage/homepage:latest
 | |
|     labels:
 | |
|       com.centurylinklabs.watchtower.enable: true
 | |
|       wud.watch: 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
 | 
