25 lines
353 B
YAML
25 lines
353 B
YAML
global:
|
|
checkNewVersion: true
|
|
sendAnonymousUsage: false
|
|
|
|
api:
|
|
insecure: true
|
|
dashboard: true
|
|
|
|
providers:
|
|
docker:
|
|
endpoint: "unix:///var/run/docker.sock"
|
|
exposedByDefault: false
|
|
file:
|
|
directory: "/etc/traefik"
|
|
watch: true
|
|
|
|
entryPoints:
|
|
web:
|
|
address: ":88"
|
|
|
|
postgres:
|
|
address: ":5432"
|
|
|
|
mysql:
|
|
address: ":3306" |