Add Agent

This commit is contained in:
Marc Blatter 2026-03-25 19:31:25 +00:00
parent 998ebe2766
commit 389bd1dd04
1 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,20 @@ services:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /:/host/root:ro
# BESZEL AGENT
beszel-agent:
image: henrygd/beszel-agent
container_name: beszel-agent
restart: unless-stopped
network_mode: host
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /home/marc/beszel_agent_data:/var/lib/beszel-agent
environment:
LISTEN: 45876
KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDbUhgfqJZtGQM5G4nkbje4ResarCWUkbStWR9ZzILta'
TOKEN: 93a7205a-33e6-4985-983e-7f6b935ae252
HUB_URL: https://monitor.bizmark.ch
# ATLAS UI
atlas:
image: keinstien/atlas:latest