diff --git a/traefik/config/traefik.yaml b/traefik/config/traefik.yaml new file mode 100644 index 0000000..5ba1d3f --- /dev/null +++ b/traefik/config/traefik.yaml @@ -0,0 +1,22 @@ +global: + # Send anonymous usage data + sendAnonymousUsage: false + +api: + dashboard: false + insecure: true + +# ping: {} + +entryPoints: + web: + address: :80 + traefik: + address: :8080 + +providers: + docker: + exposedByDefault: false + file: + directory: /config + watch: true