traefik/defaults/main.yaml
2025-10-12 13:35:21 +02:00

14 lines
238 B
YAML

---
# traefik default config
traefik_letsencrypt_email: "email@example.com"
# traefik routes
traefik_routes:
# example app
- name: "service.example.com"
service: "service"
host: "127.0.0.1"
proto: "http"
port: "80"