19 lines
658 B
YAML
19 lines
658 B
YAML
services:
|
|
beszel-agent:
|
|
image: henrygd/beszel-agent
|
|
deploy:
|
|
mode: global
|
|
placement:
|
|
constraints:
|
|
- node.platform.os == linux
|
|
network_mode: host
|
|
volumes:
|
|
- /home/wheelz:/var/lib/beszel-agent
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
# monitor other disks / partitions by mounting a folder in /extra-filesystems
|
|
# - /mnt/disk1/.beszel:/extra-filesystems/disk1:ro
|
|
environment:
|
|
LISTEN: 45876
|
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJGW7rvXRAxvCNpgakRoiMmo11dkeFfexmnryeEhg808"
|
|
HUB_URL: "192.168.20.111:8595"
|
|
TOKEN: "5d9e5008-3760-4481-906a-2d755dc3fcfb" |