feat: add dashboard service to Docker build and push workflow

This commit is contained in:
asepharyana
2026-07-22 18:12:44 +07:00
parent 5d5a0f48b5
commit 4ef4f615c1
5 changed files with 34 additions and 14 deletions
+10 -6
View File
@@ -1,15 +1,19 @@
# ── NATS Server Configuration ──
# JetStream
jetstream: true
store_dir: /data
store_dir: "/data"
# OpenTelemetry tracing
otel:
traces:
exporter: otlp
otlp:
endpoint: otel-collector:4318
otel {
traces {
exporter: "otlp"
otlp {
endpoint: "otel-collector:4318"
insecure: true
}
}
}
# HTTP monitoring
http_port: 8222