Skip to content

Commit

Permalink
feat: setup env
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Jan 7, 2025
1 parent c073af8 commit 5575ce4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ services:
command: ["client"]
environment:
- SERVER_ADDR=http://server:8080
- OTEL_ZAP_TEE=0
- OTEL_LOG_LEVEL=debug
- OTEL_METRICS_EXPORTER=otlp
- OTEL_LOGS_EXPORTER=otlp
- OTEL_TRACES_EXPORTER=otlp
- OTEL_EXPORTER_OTLP_INSECURE=true
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4317
Expand All @@ -41,10 +39,8 @@ services:
command: ["server"]
environment:
- HTTP_ADDR=0.0.0.0:8080
- OTEL_ZAP_TEE=0
- OTEL_LOG_LEVEL=debug
- OTEL_METRICS_EXPORTER=otlp
- OTEL_LOGS_EXPORTER=otlp
- OTEL_TRACES_EXPORTER=otlp
- OTEL_EXPORTER_OTLP_PROTOCOL=grpc
- OTEL_EXPORTER_OTLP_INSECURE=true
- OTEL_EXPORTER_OTLP_ENDPOINT=http://otelcol:4317
Expand Down

0 comments on commit 5575ce4

Please sign in to comment.