Add Headscale pilot stack for PD
This commit is contained in:
26
headscale/examples/traefik-routes.yml
Normal file
26
headscale/examples/traefik-routes.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
http:
|
||||
routers:
|
||||
headscale:
|
||||
rule: "Host(`headscale.home.paccoco.com`)"
|
||||
entryPoints: [web]
|
||||
service: headscale
|
||||
middlewares:
|
||||
- security-headers
|
||||
|
||||
headplane:
|
||||
rule: "Host(`headplane.home.paccoco.com`)"
|
||||
entryPoints: [web]
|
||||
service: headplane
|
||||
middlewares:
|
||||
- security-headers
|
||||
|
||||
services:
|
||||
headscale:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://headscale:8080"
|
||||
|
||||
headplane:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://headplane:3000"
|
||||
Reference in New Issue
Block a user