mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
15 lines
517 B
YAML
15 lines
517 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/disk1/.beszel:/extra-filesystems/disk1:ro
|
|
environment:
|
|
PORT: 45876
|
|
KEY: 'ssh-ed25519 YOUR_PUBLIC_KEY'
|
|
# FILESYSTEM: /dev/sda1 # override the root partition / device for disk I/O stats
|