2024-11-22 23:23:09 +00:00
|
|
|
# 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
|
|
|
|
|
|
2024-11-22 23:35:06 +00:00
|
|
|
# When adding a System in the UI, the Host/IP must be beszel-agent (or the container name, ex: beszel-agent-pswog4s8wks4o8osw44cw0k8)
|
2024-11-22 23:23:09 +00:00
|
|
|
# Add the public Key in "Key" env variable below
|
|
|
|
|
services:
|
|
|
|
|
beszel:
|
|
|
|
|
image: henrygd/beszel:latest
|
|
|
|
|
environment:
|
|
|
|
|
- SERVICE_FQDN_BESZEL_8090
|
|
|
|
|
volumes:
|
2024-11-25 12:29:05 +00:00
|
|
|
- beszel_data:/beszel_data
|
2024-11-22 23:23:09 +00:00
|
|
|
|
|
|
|
|
beszel-agent:
|
|
|
|
|
image: henrygd/beszel-agent
|
|
|
|
|
volumes:
|
2024-11-25 12:29:05 +00:00
|
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
2024-11-22 23:23:09 +00:00
|
|
|
environment:
|
2024-11-25 12:29:05 +00:00
|
|
|
- PORT=45876
|
2025-02-11 15:54:37 +00:00
|
|
|
- KEY=${KEY}
|