15 lines
487 B
YAML
15 lines
487 B
YAML
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
|
|
- /:/extra-filesystems/sda1:ro
|
|
environment:
|
|
LISTEN: 45876
|
|
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDzvLMEvA46lWnDEFL/pZhccuMKJ8YSxDikTIMI/Z7w1"
|
|
FILESYSTEM: sda1
|