Updated Beszel one click service to 0.15.2 version
Updated Beszel and Beszel-Agent images to version 0.15.2.
This commit is contained in:
parent
5ed0b44bd0
commit
94006ea0e0
1 changed files with 2 additions and 2 deletions
|
|
@ -9,14 +9,14 @@
|
||||||
# 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.12.10'
|
image: 'henrygd/beszel:0.15.2' # Released on October 30 2025
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_BESZEL_8090
|
- SERVICE_URL_BESZEL_8090
|
||||||
volumes:
|
volumes:
|
||||||
- 'beszel_data:/beszel_data'
|
- 'beszel_data:/beszel_data'
|
||||||
- 'beszel_socket:/beszel_socket'
|
- 'beszel_socket:/beszel_socket'
|
||||||
beszel-agent:
|
beszel-agent:
|
||||||
image: 'henrygd/beszel-agent:0.12.10'
|
image: 'henrygd/beszel-agent:0.15.2' # Released on October 30 2025
|
||||||
volumes:
|
volumes:
|
||||||
- beszel_agent_data:/var/lib/beszel-agent
|
- beszel_agent_data:/var/lib/beszel-agent
|
||||||
- beszel_socket:/beszel_socket
|
- beszel_socket:/beszel_socket
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue