crontab-ui/traefik-example/traefik.yml

15 lines
319 B
YAML

## traefik.yml
# Docker configuration backend
providers:
docker:
# defaultRule: "Host(`{{ trimPrefix `/` .Name }}.docker.localhost`)"
endpoint: "unix:///var/run/docker.sock"
# swarmMode: true
network: traefik_network
exposedbydefault: false
# API and dashboard configuration
api:
insecure: true