Add Beszel service

This commit is contained in:
Franck Kerbiriou
2024-11-22 17:23:09 -06:00
parent 68174ea825
commit 9d601cd9f0
2 changed files with 25 additions and 0 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 beszel-agent 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
# KEY: ""