Premier commit
This commit is contained in:
18
roles/nxc-traefik/files/dynamic.yml
Normal file
18
roles/nxc-traefik/files/dynamic.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
http:
|
||||
routers:
|
||||
traefik:
|
||||
rule: "Host(`traefik.docker.localhost`)"
|
||||
service: "api@internal"
|
||||
tls:
|
||||
domains:
|
||||
- main: "docker.localhost"
|
||||
sans:
|
||||
- "*.docker.localhost"
|
||||
- main: "s-nxc.gsb.lan"
|
||||
sans:
|
||||
- "*.gsb.lan"
|
||||
|
||||
tls:
|
||||
certificates:
|
||||
- certFile: "/etc/certs/local-cert.pem"
|
||||
keyFile: "/etc/certs/local-key.pem"
|
Reference in New Issue
Block a user