Create traefik.yaml

This commit is contained in:
Mahasri Kalavala
2023-05-06 10:01:47 -04:00
committed by GitHub
parent 16e9576404
commit 04c001d2f3

View File

@@ -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