From b7b317fb41692d04b13be21fc59673c169848e38 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Thu, 18 Jun 2026 10:54:26 +0200 Subject: [PATCH] Add compose.yaml --- compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..d5f1781 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,16 @@ +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 + - ./beszel_agent_data:/var/lib/beszel-agent + # monitor other disks / partitions by mounting a folder in /extra-filesystems + # - /mnt/disk/.beszel:/extra-filesystems/sda1:ro + environment: + LISTEN: 45876 + KEY: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIxkVlQYp9JrZWveL6N6wT7alryDtXlSt9MKukD7cJCd' + TOKEN: b171f6b8-0414-4ab2-a4e2-5bdd635fa882 + HUB_URL: https://beszel.doeringer.eu \ No newline at end of file