Create services.toml
This commit is contained in:
parent
985cbb06d0
commit
1c95aa4769
6
traefik-stack/data/services.toml
Normal file
6
traefik-stack/data/services.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[http]
|
||||||
|
[http.services]
|
||||||
|
[http.services.api]
|
||||||
|
[http.services.api.loadBalancer]
|
||||||
|
[[http.services.api.loadBalancer.servers]]
|
||||||
|
url = "http://192.168.1.250:8001"
|
||||||
Loading…
Reference in a new issue