Add Dockhand
This commit is contained in:
parent
2ee91cba2c
commit
ae49cce015
1 changed files with 6 additions and 6 deletions
|
|
@ -182,7 +182,12 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
subdomain = "maps";
|
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;
|
domain = p.domains.public;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
@ -193,11 +198,6 @@ in
|
||||||
|
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
proxmox.enable = true;
|
proxmox.enable = true;
|
||||||
portainer.proxy = {
|
|
||||||
enable = true;
|
|
||||||
domain = p.domains.public;
|
|
||||||
host = p.hosts.portainer;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue