Add internal Traefik ingress for Pangolin and Authelia
This commit is contained in:
22
ingress/traefik/traefik.yml
Normal file
22
ingress/traefik/traefik.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
global:
|
||||
checkNewVersion: false
|
||||
sendAnonymousUsage: false
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
ping: {}
|
||||
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
|
||||
providers:
|
||||
file:
|
||||
directory: /etc/traefik/dynamic
|
||||
watch: true
|
||||
|
||||
log:
|
||||
level: INFO
|
||||
|
||||
accessLog: {}
|
||||
Reference in New Issue
Block a user