mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
14 lines
427 B
YAML
14 lines
427 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
|
|
# - /mnt/disk/.beszel:/extra-filesystems/sda1:ro
|
|
environment:
|
|
PORT: 45876
|
|
KEY: 'ssh-ed25519 YOUR_PUBLIC_KEY'
|