diff --git a/traefik-stack/data/services.toml b/traefik-stack/data/services.toml new file mode 100644 index 0000000..9486331 --- /dev/null +++ b/traefik-stack/data/services.toml @@ -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"