Add perilous.dev routing config
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
28
stacks/traefik/conf.d/perilous.yml
Normal file
28
stacks/traefik/conf.d/perilous.yml
Normal file
@@ -0,0 +1,28 @@
|
||||
http:
|
||||
routers:
|
||||
perilous:
|
||||
entrypoints:
|
||||
- https
|
||||
rule: "Host(`perilous.dev`) || Host(`www.perilous.dev`) || HostRegexp(`{subdomain:[a-z0-9.]+}.perilous.dev`)"
|
||||
service: perilous
|
||||
tls:
|
||||
certResolver: http
|
||||
|
||||
perilous-cs:
|
||||
entrypoints:
|
||||
- https
|
||||
rule: "Host(`cs.perilous.dev`)"
|
||||
service: perilous-cs
|
||||
tls:
|
||||
certResolver: http
|
||||
|
||||
services:
|
||||
perilous:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.5.34:3003"
|
||||
|
||||
perilous-cs:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://192.168.5.34:8180"
|
||||
Reference in New Issue
Block a user