node-red
This commit is contained in:
parent
29cbe09ba0
commit
cd8418388d
2 changed files with 16 additions and 0 deletions
|
|
@ -166,5 +166,13 @@ in
|
|||
GF_INSTALL_PLUGINS = "";
|
||||
};
|
||||
};
|
||||
virtualisation.oci-containers.containers.node-red = {
|
||||
image = "nodered/node-red:latest";
|
||||
extraOptions = [ "--network=podman" ];
|
||||
volumes = [
|
||||
"nodered-data:/data"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -170,6 +170,14 @@ in
|
|||
}
|
||||
}
|
||||
}
|
||||
@node-red host node-red.hailsatan.eu
|
||||
handle @node-red {
|
||||
reverse_proxy http://node-red:1880 {
|
||||
transport http {
|
||||
resolvers 10.88.0.1 # podman dns
|
||||
}
|
||||
}
|
||||
}
|
||||
@bzzt-api host bzzt-api.hailsatan.eu
|
||||
handle @bzzt-api {
|
||||
reverse_proxy http://127.0.0.1:5001
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue