traefik/traefik.yml
2024-05-15 08:34:40 +02:00

31 lines
459 B
YAML

## Static configuration
entryPoints:
web:
address: ":80"
asDefault: true
websecure:
address: ":443"
# http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
# permanent: true
# websecure:
# address: ":443"
log:
level: DEBUG
api:
insecure: true
dashboard: true
entryPoint: "websecure"
# docker:
# endpoint: "unix:///var/run/docker.sock"
# exposedByDefault: false