db access for nodered
This commit is contained in:
parent
cd8418388d
commit
90e0c66a3b
1 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ in
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.grafana = {
|
virtualisation.oci-containers.containers.grafana = {
|
||||||
image = "grafana/grafana-oss:latest";
|
image = "grafana/grafana-oss:latest";
|
||||||
extraOptions = [ "--network=podman" ];
|
extraOptions = [ "--network=podman" "--network=db-net" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"grafana-data:/var/lib/grafana"
|
"grafana-data:/var/lib/grafana"
|
||||||
];
|
];
|
||||||
|
|
@ -168,7 +168,7 @@ in
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.node-red = {
|
virtualisation.oci-containers.containers.node-red = {
|
||||||
image = "nodered/node-red:latest";
|
image = "nodered/node-red:latest";
|
||||||
extraOptions = [ "--network=podman" ];
|
extraOptions = [ "--network=podman" "--network=db-net" ];
|
||||||
volumes = [
|
volumes = [
|
||||||
"nodered-data:/data"
|
"nodered-data:/data"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue