Create traefik.yaml
This commit is contained in:
parent
16e9576404
commit
04c001d2f3
|
@ -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
|
Loading…
Reference in New Issue