Whoops, didn't commit for a while. Added button toggling logic, doesn't work
This commit is contained in:
parent
da4f4ba151
commit
a60a4c4885
21 changed files with 353 additions and 106 deletions
20
traefik.yaml
Normal file
20
traefik.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
entrypoints:
|
||||
web:
|
||||
address: :80
|
||||
|
||||
api:
|
||||
dashboard: true
|
||||
|
||||
providers:
|
||||
docker:
|
||||
watch: true
|
||||
network: web
|
||||
exposedByDefault: false
|
||||
file:
|
||||
filename: /config/traefik_dynamic.yaml
|
||||
|
||||
log:
|
||||
level: INFO
|
||||
format: json
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue