traefik/traefik.yml
2024-05-18 23:27:35 +02:00

43 lines
689 B
YAML

## Static configuration
entryPoints:
web:
address: ":80"
#asDefault: truxe
# websecure:
# address: ":443"
# http:
# redirections:
# entryPoint:
# to: websecure
# scheme: https
# permanent: true
# websecure:
# address: ":443"
log:
level: DEBUG
api:
insecure: true
dashboard: true
# entryPoint: "web"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
http:
routers:
router-dsm:
rule: "Host(`dsm.local`)"
service: service-dsm
# tls:
# certResolver: cloudflare
services:
service-dsm:
loadBalancer:
servers:
- url: "https://192.168.1.100:5001"