fix: add pi-hole and dev_machine service configurations in traefik

This commit is contained in:
2025-05-03 10:47:41 +08:00
parent 93303473bf
commit 52c186a9fb
+27
View File
@@ -10,6 +10,23 @@ http:
certResolver: le certResolver: le
service: coco_desktop@file service: coco_desktop@file
pi_hole:
entryPoints:
- https
rule: Host(`pihole.furyhawk.lol`)
middlewares:
- admin-auth@swarm
tls:
certResolver: le
service: pi_hole@file
dev_machine:
entryPoints:
- https
rule: Host(`dev.furyhawk.lol`)
tls: {}
service: dev_machine@file
proxmox00: proxmox00:
entryPoints: entryPoints:
- https - https
@@ -46,4 +63,14 @@ http:
loadBalancer: loadBalancer:
servers: servers:
- url: http://192.168.50.201:8006 - url: http://192.168.50.201:8006
pi_hole:
loadBalancer:
servers:
- url: http://192.168.50.155
dev_machine:
loadBalancer:
servers:
- url: http://dev.lan