Latest Updates done, before integrating
This commit is contained in:
19
infra/traefik/traefik.yml
Normal file
19
infra/traefik/traefik.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
# Traefik static configuration
|
||||
# Handles TLS termination on port 9443 with private CA mTLS.
|
||||
# Dynamic routing config is in dynamic.yml (hot-reloaded on change).
|
||||
|
||||
entryPoints:
|
||||
websecure:
|
||||
address: ":9443"
|
||||
|
||||
providers:
|
||||
file:
|
||||
filename: /etc/traefik/dynamic.yml
|
||||
watch: true # reload dynamic.yml without container restart
|
||||
|
||||
log:
|
||||
level: INFO
|
||||
|
||||
accessLog:
|
||||
filePath: "/dev/stdout"
|
||||
format: common
|
||||
Reference in New Issue
Block a user