mirror of
https://github.com/reonokiy/compose.git
synced 2025-06-15 13:12:54 +02:00
fix
This commit is contained in:
parent
e384159ffc
commit
acce7b59de
2 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@ services:
|
||||||
POSTGRES_USER: infisical
|
POSTGRES_USER: infisical
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-infisical}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-infisical}
|
||||||
volumes:
|
volumes:
|
||||||
- ${POSTGRES_VERSION:-./data}/postgres:/var/lib/postgresql/data
|
- ${DATA_DIR:-./data}/postgres:/var/lib/postgresql/data
|
||||||
networks:
|
networks:
|
||||||
- infisical
|
- infisical
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
|
@ -13,6 +13,7 @@ endpoints = ["http://openobserve:5080/metrics"]
|
||||||
|
|
||||||
[sinks.observe_nokiy_net]
|
[sinks.observe_nokiy_net]
|
||||||
type = "opentelemetry"
|
type = "opentelemetry"
|
||||||
|
encoding.codec = "json"
|
||||||
inputs = ["observe_nokiy_net_logs", "observe_nokiy_net_metrics"]
|
inputs = ["observe_nokiy_net_logs", "observe_nokiy_net_metrics"]
|
||||||
protocol.type = "http"
|
protocol.type = "http"
|
||||||
protocol.uri = "${OTLP_URI}/api/default"
|
protocol.uri = "${OTLP_URI}/api/default"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue