feat: add dashboard service to Docker build and push workflow
This commit is contained in:
+10
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user