Compare commits
1 commit
2c747b54db
...
d1b36a990d
| Author | SHA1 | Date | |
|---|---|---|---|
| d1b36a990d |
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.0-rootless@sha256:5b7786b96846017c5a848593c1251cf7f65e0bd3bb4dbadb7384cbed5e8fe821";
|
||||
image = "netbirdio/netbird:v0.73.2-rootless@sha256:4f1893ea708f7f0cdafc6f77f400415e2a81350db57f0fa74dda3c2d6bd02772";
|
||||
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.2";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
@ -91,7 +91,7 @@ in {
|
|||
];
|
||||
};
|
||||
netbird-server = {
|
||||
image = "netbirdio/netbird-server:0.74.0@sha256:57af40a5e3a7e62d1c9b2e63141628e5ac560150318f7c6cd1d52e0c78f60667";
|
||||
image = "netbirdio/netbird-server:0.73.2@sha256:efa4e50dbc556ccd7bdc5b0d977ff29fe21bdee3b7e312cba6e3fa53bbeec60b";
|
||||
autoStart = true;
|
||||
networks = [
|
||||
"traefik"
|
||||
|
|
@ -169,7 +169,7 @@ in {
|
|||
];
|
||||
};
|
||||
netbird-proxy = {
|
||||
image = "netbirdio/reverse-proxy:0.74.0@sha256:b4c6f137f9d7816e674330bd4e32e470512c64bcae6642ff3ecc63c3d2364ce9";
|
||||
image = "netbirdio/reverse-proxy:0.73.2@sha256:358c475339c9f6ccf9bfdaa1d66c5cfeb251aa19a29271b851f0f309f939e09d";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"51820:51820/udp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue