diff --git a/hosts/caddy/default.nix b/hosts/caddy/default.nix index e69612b..b5a3b72 100644 --- a/hosts/caddy/default.nix +++ b/hosts/caddy/default.nix @@ -182,7 +182,12 @@ in } { subdomain = "maps"; - host = "http://${p.hosts.portainer}:48080"; + host = "http://${p.hosts.portainer}:5000"; + domain = p.domains.public; + } + { + subdomain = "dock"; + host = "http://${p.hosts.portainer}:3333"; domain = p.domains.public; } ]; @@ -193,11 +198,6 @@ in virtualisation = { proxmox.enable = true; - portainer.proxy = { - enable = true; - domain = p.domains.public; - host = p.hosts.portainer; - }; }; };