refactor: move dotfiles into files + symlink from home-manager
This commit is contained in:
17
files/traefik.toml
Normal file
17
files/traefik.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
logLevel = "INFO"
|
||||
defaultEntryPoints = ["http", "https"]
|
||||
|
||||
[web]
|
||||
address = ":8080"
|
||||
|
||||
# [entryPoints]
|
||||
# [entryPoints.http]
|
||||
# address = ":80"
|
||||
# [entryPoints.https]
|
||||
# address = ":443"
|
||||
# [entryPoints.https.tls]
|
||||
|
||||
[docker]
|
||||
domain = "test"
|
||||
watch = true
|
||||
network = "traefik"
|
||||
Reference in New Issue
Block a user