[service] Bump Beszel version to 0.16.1

This commit is contained in:
ShadowArcanist 2025-11-29 16:02:50 +05:30 committed by GitHub
parent a56fde7f12
commit 60ed4eafa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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'