mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-08-20 12:10:41 +00:00
23 lines
285 B
YAML
23 lines
285 B
YAML
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
|