[add] agent

This commit is contained in:
Andy Bunce 2025-02-24 21:16:57 +00:00
parent 7ef7a27d3a
commit 8d01b42681
2 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,13 @@
services:
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
# monitor other disks / partitions by mounting a folder in /extra-filesystems
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
environment:
PORT: 45876
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPkJm8uQCr9Y1LjzEtaI45EreqZfcEiCJ7gSoqUdsMoX"