hosts/app-01: remove peppermint traefik configuration

This commit is contained in:
2025-08-31 02:21:29 -07:00
parent 88a09a4a9f
commit 6e9314f0e2

View File

@@ -26,22 +26,6 @@
};
};
};
dynamicConfigOptions = {
http.routers = {
peppermint = {
entrypoints = [ "web" ];
rule = "Host(`tickets.its-et.me`)";
service = "peppermint";
};
};
http.services = {
peppermint = {
loadbalancer.servers.url = "http://localhost:23000";
};
};
};
};
borg-config = {