initial COM2 system snapshot

This commit is contained in:
gitea
2026-03-06 15:22:40 +00:00
commit 9c0fa49baf
4377 changed files with 273033 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
grafana:
image: grafana/grafana-oss:latest
container_name: hxki-grafana
restart: unless-stopped
user: "0"
ports:
- "3000:3000"
volumes:
- /opt/hx-ki/grafana/data:/var/lib/grafana
- /opt/hx-ki/grafana/provisioning:/etc/grafana/provisioning
environment:
- NATS_URL=nats://91.98.42.205:4222
- GF_SECURITY_ADMIN_PASSWORD=admin
- GF_SERVER_DOMAIN=localhost
- GF_SERVER_ROOT_URL=http://localhost:3000