reverse_proxy/traefik/traefik.yaml

37 lines
540 B
YAML
Raw Normal View History

2025-06-30 16:28:28 +00:00
# Globales...
log:
level: "DEBUG"
api:
insecure: true
dashboard: true
providers:
docker:
exposedByDefault: false
network: "proxy"
file:
filename: /config.yaml
ServersTransport:
insecureSkipVerify: true
tcpServersTransport:
tls: # erlaube self-signed ssl im backend
insecureSkipVerify: true
# Definiere entrypoints
entryPoints:
web:
address: ":80"
http:
redirections:
entrypoint:
to: "ssl"
scheme: "https"
ssl:
address: ":443"
http:
tls: true