mirror of
https://github.com/tiennm99/netdata-docker-compose.git
synced 2026-06-17 06:48:36 +00:00
1.0 KiB
1.0 KiB
netdata-docker-compose
Docker Compose setup to run the Netdata monitoring agent.
Quick start
docker compose up -d
Access the dashboard at http://localhost:19999.
Customization
Set your Netdata Cloud claim token to link the agent to your cloud account:
NETDATA_CLAIM_TOKEN=your-token docker compose up -d
Key defaults you may want to override in docker-compose.yml:
| Setting | Default | Notes |
|---|---|---|
| Dashboard port | 19999 |
Map to a different host port if needed |
| Volumes | /proc, /sys, host root |
Required for full host metrics |
Related
- alloy-docker-compose — Grafana Alloy collector (ships metrics to Grafana Cloud)
- grafana-git-sync — sync Grafana dashboards to git
- ollama-docker-compose — Ollama LLM server compose setup
License
Apache-2.0 — see LICENSE.