Compare commits

...

4 commits

Author SHA1 Message Date
611f8c8f1a chore(deps): update netbirdio/dashboard docker tag to v2.19.2
Some checks failed
checks / pre-commit (push) Failing after 7s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 1s
2025-10-07 08:49:00 +00:00
6b36bef902 chore(deps): update netbirdio/relay docker tag to v0.59.2
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / tflint (push) Failing after 1s
checks / k8s (push) Failing after 2s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 2s
2025-10-05 11:18:44 +00:00
d10c3fad9f chore(deps): update netbirdio/signal docker tag to v0.59.2
Some checks failed
checks / k8s (push) Failing after 2s
checks / pre-commit (push) Failing after 4s
checks / tflint (push) Failing after 2s
OpenTofu deployments / authentik (push) Failing after 2s
OpenTofu deployments / adguard (push) Failing after 1s
2025-10-05 02:41:59 +00:00
14fb8f6409 chore(deps): update netbirdio/management docker tag to v0.59.2
Some checks failed
checks / pre-commit (push) Failing after 2s
checks / k8s (push) Failing after 2s
checks / tflint (push) Failing after 1s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-10-04 03:02:22 +00:00

View file

@ -1,7 +1,7 @@
---
services:
dashboard:
image: netbirdio/dashboard:v2.19.0
image: netbirdio/dashboard:v2.19.2
restart: unless-stopped
ports:
- 8005:80
@ -23,7 +23,7 @@ services:
max-size: "500m"
max-file: "2"
signal:
image: netbirdio/signal:0.59.0
image: netbirdio/signal:0.59.2
restart: unless-stopped
volumes:
- netbird-signal:/var/lib/netbird
@ -35,7 +35,7 @@ services:
max-size: "500m"
max-file: "2"
relay:
image: netbirdio/relay:0.59.0
image: netbirdio/relay:0.59.2
restart: unless-stopped
environment:
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
@ -50,7 +50,7 @@ services:
max-size: "500m"
max-file: "2"
management:
image: netbirdio/management:0.59.0
image: netbirdio/management:0.59.2
restart: unless-stopped
depends_on:
- dashboard