[service] Bump Beszel version to 0.16.1
This commit is contained in:
parent
a56fde7f12
commit
60ed4eafa6
1 changed files with 6 additions and 6 deletions
|
|
@ -9,21 +9,21 @@
|
||||||
# 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.15.2' # Released on October 30 2025
|
image: 'henrygd/beszel:0.16.1' # Released on 14 Nov 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.15.2' # Released on October 30 2025
|
image: 'henrygd/beszel-agent:0.16.1' # Released on 14 Nov 2025
|
||||||
volumes:
|
|
||||||
- beszel_agent_data:/var/lib/beszel-agent
|
|
||||||
- beszel_socket:/beszel_socket
|
|
||||||
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
|
||||||
environment:
|
environment:
|
||||||
- LISTEN=/beszel_socket/beszel.sock
|
- LISTEN=/beszel_socket/beszel.sock
|
||||||
- HUB_URL=http://beszel:8090
|
- HUB_URL=http://beszel:8090
|
||||||
- 'TOKEN=${TOKEN}'
|
- 'TOKEN=${TOKEN}'
|
||||||
- 'KEY=${KEY}'
|
- 'KEY=${KEY}'
|
||||||
|
volumes:
|
||||||
|
- beszel_agent_data:/var/lib/beszel-agent
|
||||||
|
- beszel_socket:/beszel_socket
|
||||||
|
- '/var/run/docker.sock:/var/run/docker.sock:ro'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue