Attempt to seprate configs to match env
This commit is contained in:
18
configs/dev/traefik-v1.yml
Normal file
18
configs/dev/traefik-v1.yml
Normal 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"
|
||||
Reference in New Issue
Block a user