mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
13 lines
369 B
YAML
13 lines
369 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
|
|
environment:
|
|
- PORT=45876
|
|
- KEY="ssh-ed25519 YOUR_PUBLIC_KEY"
|
|
# - FILESYSTEM=/dev/sda1 # set to the correct filesystem for disk I/O stats
|