Test with Open-WebUI with full nix, podman and docker
At the end a docker compose is easier (wait for 25.04 maybe)
This commit is contained in:
parent
aec8b7a986
commit
22697d1913
11 changed files with 639 additions and 100 deletions
|
|
@ -173,7 +173,12 @@ in
|
|||
}
|
||||
{
|
||||
subdomain = "ai";
|
||||
host = "http://${p.hosts.portainer}:4000";
|
||||
host = "http://${p.hosts.portainer}:4080";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
{
|
||||
subdomain = "keep";
|
||||
host = "http://${p.hosts.portainer}:3000";
|
||||
domain = p.domains.public;
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue