Update netbird
This commit is contained in:
parent
3540050284
commit
b140534490
2 changed files with 4 additions and 4 deletions
|
|
@ -62,7 +62,7 @@ in {
|
|||
|
||||
virtualisation.oci-containers.containers = lib.mkIf (cfg.docker.setupKey != null) {
|
||||
netbird = {
|
||||
image = "netbirdio/netbird:v0.74.1-rootless@sha256:672e9199fcccfc24520bd0bea09fcd358395906949c1b3b270336612357c9338";
|
||||
image = "netbirdio/netbird:v0.74.6-rootless@sha256:21516faecb7ddd9d6207ebcb1196da57bfe6a6fb8cd4fc9693482bf5a4917bcf";
|
||||
autoStart = true;
|
||||
hostname = "${config.networking.hostName}-docker";
|
||||
networks = [
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ in {
|
|||
services.netbird.useRoutingFeatures = lib.mkDefault "server";
|
||||
virtualisation.oci-containers.containers = {
|
||||
netbird-dashboard = {
|
||||
image = "netbirdio/dashboard:v2.90.3";
|
||||
image = "netbirdio/dashboard:v2.90.4";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
@ -91,7 +91,7 @@ in {
|
|||
];
|
||||
};
|
||||
netbird-server = {
|
||||
image = "netbirdio/netbird-server:0.74.1@sha256:b41d3ff4470c5610da1fbf93b6e940571932d0ecadbd4fd9d9221b5310cb7d2f";
|
||||
image = "netbirdio/netbird-server:0.74.6@sha256:049873c3d498b0cc1fbb4b87873b6388e23a768f45f056ec04dc0751e505610c";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
@ -169,7 +169,7 @@ in {
|
|||
];
|
||||
};
|
||||
netbird-proxy = {
|
||||
image = "netbirdio/reverse-proxy:0.74.1@sha256:0d6bceceaa4033f4193e54b10a4e4c83b9d17b7421e1dbd2db0e77dbf677092b";
|
||||
image = "netbirdio/reverse-proxy:0.74.6@sha256:05900cefab7928580a94274a8c8fecd8f4b62e447b618f6e43a45328201c5ee7";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"51820:51820/udp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue