Merge pull request #4377 from FranckKe/add_beszel_service

Add Beszel monitoring service
This commit is contained in:
🏔️ Peak
2024-11-25 13:16:10 +01:00
committed by GitHub
13 changed files with 296 additions and 247 deletions

View File

@@ -0,0 +1,24 @@
# documentation: https://github.com/henrygd/beszel?tab=readme-ov-file#getting-started
# slogan: A lightweight server resource monitoring hub with historical data, docker stats, and alerts.
# tags: beszel,monitoring,server,stats,alerts
# logo: svgs/beszel.svg
# port: 8090
# When adding a System in the UI, the Host/IP must be beszel-agent (or the container name, ex: beszel-agent-pswog4s8wks4o8osw44cw0k8)
# Add the public Key in "Key" env variable below
services:
beszel:
image: henrygd/beszel:latest
environment:
- SERVICE_FQDN_BESZEL_8090
volumes:
- "beszel-data:/beszel_data"
beszel-agent:
image: henrygd/beszel-agent
volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro"
environment:
PORT: 45876
# Public Key from "Add a new system" in the UI and restart the agent
# KEY: ""