mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-06-14 04:29:45 +00:00
Create traefik.yaml
This commit is contained in:
parent
16e9576404
commit
04c001d2f3
22
traefik/config/traefik.yaml
Normal file
22
traefik/config/traefik.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user