mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-02 22:01:05 +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
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
otel-collector:
|
# otel-collector:
|
||||||
image: otel/opentelemetry-collector-contrib:0.152.1
|
# image: otel/opentelemetry-collector-contrib:0.152.1
|
||||||
profiles:
|
# profiles:
|
||||||
- observability
|
# - observability
|
||||||
command: ["--config=/etc/otelcol/config.yaml"]
|
# command: ["--config=/etc/otelcol/config.yaml"]
|
||||||
volumes:
|
# volumes:
|
||||||
- ./otel-collector/config.yaml:/etc/otelcol/config.yaml:ro
|
# - ./otel-collector/config.yaml:/etc/otelcol/config.yaml:ro
|
||||||
environment:
|
# environment:
|
||||||
GRAFANA_CLOUD_OTLP_ENDPOINT: ${GRAFANA_CLOUD_OTLP_ENDPOINT:-}
|
# GRAFANA_CLOUD_OTLP_ENDPOINT: ${GRAFANA_CLOUD_OTLP_ENDPOINT:-}
|
||||||
GRAFANA_CLOUD_INSTANCE_ID: ${GRAFANA_CLOUD_INSTANCE_ID:-}
|
# GRAFANA_CLOUD_INSTANCE_ID: ${GRAFANA_CLOUD_INSTANCE_ID:-}
|
||||||
GRAFANA_CLOUD_API_KEY: ${GRAFANA_CLOUD_API_KEY:-}
|
# GRAFANA_CLOUD_API_KEY: ${GRAFANA_CLOUD_API_KEY:-}
|
||||||
ports:
|
# ports:
|
||||||
- "${OTEL_GRPC_PORT:-4317}:4317"
|
# - "${OTEL_GRPC_PORT:-4317}:4317"
|
||||||
- "${OTEL_HTTP_PORT:-4318}:4318"
|
# - "${OTEL_HTTP_PORT:-4318}:4318"
|
||||||
- "${OTEL_HEALTH_PORT:-13133}:13133"
|
# - "${OTEL_HEALTH_PORT:-13133}:13133"
|
||||||
mem_limit: 2g
|
# mem_limit: 2g
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD", "/otelcol-contrib", "--version"]
|
# test: ["CMD", "/otelcol-contrib", "--version"]
|
||||||
interval: 30s
|
# interval: 30s
|
||||||
timeout: 5s
|
# timeout: 5s
|
||||||
retries: 3
|
# retries: 3
|
||||||
|
|
||||||
searxng:
|
searxng:
|
||||||
image: searxng/searxng:2026.3.13-3c1f68c59
|
image: searxng/searxng:2026.3.13-3c1f68c59
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue