update lables and add automation for dns / proxy

This commit is contained in:
2026-04-28 02:25:52 +00:00
parent 833807159c
commit e8312fc0d9
6 changed files with 53 additions and 7 deletions

View File

@@ -7,4 +7,11 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- ${DOZZEL_PORT}:8080
restart: unless-stopped
restart: unless-stopped
labels:
# Nginx Proxy Manager Automation
- "npm.proxy.domains=dozzle"
- "npm.proxy.port=${DOZZEL_PORT}"
- "npm.proxy.scheme=http"
# Pi-hole Automation (Point to Docker Host/Proxy IP)
- "pihole.custom-record=[[\"dozzle\", \"${DOCKER_HOST_IP}\"]]"