Attempt to seprate configs to match env

This commit is contained in:
Luke Murphy
2020-04-30 11:17:45 +02:00
parent 5ef399f969
commit 99400dd672
5 changed files with 65 additions and 32 deletions

View File

@ -0,0 +1,18 @@
---
log:
level: "ERROR"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
api:
dashboard: true
debug: true
entrypoints:
web:
address: ":80"
dashboard:
address: ":8080"