mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-08 20:25:19 +02:00
chore(docker): comment out otel-collector service in docker-compose.yml
This commit is contained in:
parent
309bd9a2dd
commit
3c82200e89
1 changed files with 22 additions and 22 deletions
|
|
@ -61,28 +61,28 @@ services:
|
|||
timeout: 5s
|
||||
retries: 5
|
||||
|
||||
otel-collector:
|
||||
image: otel/opentelemetry-collector-contrib:0.152.1
|
||||
profiles:
|
||||
- observability
|
||||
command: ["--config=/etc/otelcol/config.yaml"]
|
||||
volumes:
|
||||
- ./otel-collector/config.yaml:/etc/otelcol/config.yaml:ro
|
||||
environment:
|
||||
GRAFANA_CLOUD_OTLP_ENDPOINT: ${GRAFANA_CLOUD_OTLP_ENDPOINT:-}
|
||||
GRAFANA_CLOUD_INSTANCE_ID: ${GRAFANA_CLOUD_INSTANCE_ID:-}
|
||||
GRAFANA_CLOUD_API_KEY: ${GRAFANA_CLOUD_API_KEY:-}
|
||||
ports:
|
||||
- "${OTEL_GRPC_PORT:-4317}:4317"
|
||||
- "${OTEL_HTTP_PORT:-4318}:4318"
|
||||
- "${OTEL_HEALTH_PORT:-13133}:13133"
|
||||
mem_limit: 2g
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "/otelcol-contrib", "--version"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
# otel-collector:
|
||||
# image: otel/opentelemetry-collector-contrib:0.152.1
|
||||
# profiles:
|
||||
# - observability
|
||||
# command: ["--config=/etc/otelcol/config.yaml"]
|
||||
# volumes:
|
||||
# - ./otel-collector/config.yaml:/etc/otelcol/config.yaml:ro
|
||||
# environment:
|
||||
# GRAFANA_CLOUD_OTLP_ENDPOINT: ${GRAFANA_CLOUD_OTLP_ENDPOINT:-}
|
||||
# GRAFANA_CLOUD_INSTANCE_ID: ${GRAFANA_CLOUD_INSTANCE_ID:-}
|
||||
# GRAFANA_CLOUD_API_KEY: ${GRAFANA_CLOUD_API_KEY:-}
|
||||
# ports:
|
||||
# - "${OTEL_GRPC_PORT:-4317}:4317"
|
||||
# - "${OTEL_HTTP_PORT:-4318}:4318"
|
||||
# - "${OTEL_HEALTH_PORT:-13133}:13133"
|
||||
# mem_limit: 2g
|
||||
# restart: unless-stopped
|
||||
# healthcheck:
|
||||
# test: ["CMD", "/otelcol-contrib", "--version"]
|
||||
# interval: 30s
|
||||
# timeout: 5s
|
||||
# retries: 3
|
||||
|
||||
searxng:
|
||||
image: searxng/searxng:2026.3.13-3c1f68c59
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue