initial COM1 gateway system blueprint

This commit is contained in:
harald
2026-03-06 14:37:04 +00:00
commit 48cd0f8d3c
395 changed files with 29966 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
services:
hxki-prometheus:
image: prom/prometheus:latest
container_name: hxki-prometheus
volumes:
- /opt/hx-ki/monitoring/prometheus.yml:/etc/prometheus/prometheus.yml:ro
command:
- "--config.file=/etc/prometheus/prometheus.yml"
restart: unless-stopped
ports:
- "9090:9090"
networks:
- hxki-internal
- grafana_default
networks:
hxki-internal:
external: true
grafana_default:
external: true