homelab/roles/traefik/traefik.yml

9 lines
180 B
YAML
Raw Normal View History

2019-10-19 19:35:40 +00:00
# Docker configuration backend
providers:
docker:
defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
# API and dashboard configuration
api:
insecure: true