Gain clear insights into your server's health with a simple and resource-efficient monitoring solution. Designed to be less resource-intensive than leading alternatives, it provides detailed historical data and statistics without bogging down your system. The setup process is straightforward, and it can operate securely without requiring public internet exposure.
Key features include:
services:
beszel:
image: henrygd/beszel
container_name: beszel
restart: unless-stopped
ports:
- "8090:8090"
volumes:
- ./beszel-data:/beszel_data
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
environment:
PORT: 45876
KEY: ${BESZEL_AGENT_KEY}BESZEL_AGENT_KEY="ssh-ed25519 your_generated_public_key_here"Auto-fetched 17 minutes ago
Auto-fetched 17 minutes ago