Skip to content

Commit

Permalink
Include Envoy directly in docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliaj committed Jan 9, 2024
1 parent 9b51aab commit 2ed169d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/secure-tracing/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: '3'
services:
envoy:
build:
context: envoy
image: envoyproxy/envoy-alpine:v1.21-latest
command: ["/usr/local/bin/envoy", "-c", "/etc/envoy-config.yaml", "-l", "debug"]
ports:
- "10000:10000"
- "9901:9901"
volumes:
- ./certs/envoy.crt:/etc/envoy.crt
- ./certs/envoy.key:/etc/envoy.key
- ./certs/ca.crt:/etc/ca.crt
- ./envoy/edge.yaml:/etc/edge.yaml
- ./envoy-config.yaml:/etc/envoy-config.yaml
otel-collector:
image: otel/opentelemetry-collector:0.91.0
command: ["--config=/etc/otel-collector-config.yaml"]
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions examples/secure-tracing/envoy/Dockerfile

This file was deleted.

0 comments on commit 2ed169d

Please sign in to comment.