feat: +AZ-PRM-1
This commit is contained in:
@@ -1,7 +1,28 @@
|
||||
{
|
||||
imports = [
|
||||
# ./n8n.nix
|
||||
./containers
|
||||
|
||||
./n8n.nix
|
||||
./pgadmin.nix
|
||||
./postgres.nix
|
||||
# ./traefik.nix
|
||||
./traefik.nix
|
||||
];
|
||||
services.traefik.dynamicConfigOptions.http = {
|
||||
services.ptrg.loadBalancer.servers = [{url = "http://192.168.152.102:7784/";}];
|
||||
|
||||
routers.prtg = {
|
||||
rule = "Host(`m.l.az-gruppe.com`)";
|
||||
tls = {certResolver = "ionos";};
|
||||
service = "ptrg";
|
||||
entrypoints = "websecure";
|
||||
};
|
||||
|
||||
services.AZHA.loadBalancer.servers = [{url = "http://192.168.153.194:8123/";}];
|
||||
routers.AZHA = {
|
||||
rule = "Host(`ha.l.az-gruppe.com`)";
|
||||
tls = {certResolver = "ionos";};
|
||||
service = "AZHA";
|
||||
entrypoints = "websecure";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user