chore(service): update beszel to 0.18.7 (#9775)
This commit is contained in:
commit
66ce3009a3
2 changed files with 5 additions and 5 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
image: 'henrygd/beszel-agent:0.18.4' # Released on 21 Feb 2026
|
image: 'henrygd/beszel-agent:0.18.7' # Released on 6 April 2026
|
||||||
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
|
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
|
||||||
environment:
|
environment:
|
||||||
# Required
|
# Required
|
||||||
|
|
@ -28,4 +28,4 @@ services:
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
# Add the public Key in "Key" env variable and token in the "Token" variable below (These are obtained from Beszel UI)
|
# Add the public Key in "Key" env variable and token in the "Token" variable below (These are obtained from Beszel UI)
|
||||||
services:
|
services:
|
||||||
beszel:
|
beszel:
|
||||||
image: 'henrygd/beszel:0.18.4' # Released on 21 Feb 2026
|
image: 'henrygd/beszel:0.18.7' # Released on 6 April 2026
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_BESZEL_8090
|
- SERVICE_URL_BESZEL_8090
|
||||||
- CONTAINER_DETAILS=${CONTAINER_DETAILS:-true}
|
- CONTAINER_DETAILS=${CONTAINER_DETAILS:-true}
|
||||||
|
|
@ -24,7 +24,7 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
image: 'henrygd/beszel-agent:0.18.4' # Released on 21 Feb 2026
|
image: 'henrygd/beszel-agent:0.18.7' # Released on 6 April 2026
|
||||||
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
|
network_mode: host # Network stats graphs won't work if agent cannot access host system network stack
|
||||||
environment:
|
environment:
|
||||||
# Required
|
# Required
|
||||||
|
|
@ -46,4 +46,4 @@ services:
|
||||||
interval: 60s
|
interval: 60s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue