Update netbird to v0.73.2
This commit is contained in:
parent
a51405ea0b
commit
9e580338a0
2 changed files with 3 additions and 3 deletions
|
|
@ -62,7 +62,7 @@ in {
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = lib.mkIf (cfg.docker.setupKey != null) {
|
virtualisation.oci-containers.containers = lib.mkIf (cfg.docker.setupKey != null) {
|
||||||
netbird = {
|
netbird = {
|
||||||
image = "netbirdio/netbird:0.72.4-rootless@sha256:d42136aabccb82c5237d2ee73febde237e13e850727bcb6bbf5b3c8717ece142";
|
image = "netbirdio/netbird:v0.73.2-rootless@sha256:4f1893ea708f7f0cdafc6f77f400415e2a81350db57f0fa74dda3c2d6bd02772";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
hostname = "${config.networking.hostName}-docker";
|
hostname = "${config.networking.hostName}-docker";
|
||||||
networks = [
|
networks = [
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
netbird-server = {
|
netbird-server = {
|
||||||
image = "netbirdio/netbird-server:0.72.4@sha256:9ab98a37002517204010ee88a0c7f5e76b1fe6e2a736043db60efb7a02fbded3";
|
image = "netbirdio/netbird-server:0.73.2@sha256:efa4e50dbc556ccd7bdc5b0d977ff29fe21bdee3b7e312cba6e3fa53bbeec60b";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
networks = [
|
networks = [
|
||||||
"traefik"
|
"traefik"
|
||||||
|
|
@ -169,7 +169,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
netbird-proxy = {
|
netbird-proxy = {
|
||||||
image = "netbirdio/reverse-proxy:0.72.4@sha256:3104d5ca3a76ac224d268b9cc1d2f983eaf6fefbbb1cc78c3dbecd07f9d2a7e0";
|
image = "netbirdio/reverse-proxy:0.73.2@sha256:358c475339c9f6ccf9bfdaa1d66c5cfeb251aa19a29271b851f0f309f939e09d";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
ports = [
|
ports = [
|
||||||
"51820:51820/udp"
|
"51820:51820/udp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue