Skip to content

Commit

Permalink
add jaeger-agent container name
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <yang.db.dev@gmail.com>
  • Loading branch information
YANG-DB committed May 16, 2023
1 parent 85fefce commit 73e2680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ FEATURE_FLAG_GRPC_SERVICE_ADDR=featureflagservice:${FEATURE_FLAG_GRPC_SERVICE_PO
FRONTEND_PORT=8080
FRONTEND_ADDR=frontend:${FRONTEND_PORT}

# Nginx Proxy
NGINX_PORT=90
NGINX_ADDR=nginx:${FRONTEND_PORT}

# Frontend Proxy (Envoy)
FRONTEND_HOST=frontend
ENVOY_PORT=8080
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ services:

jaeger-agent:
image: jaegertracing/jaeger-agent:latest
container_name: jaeger-agent
hostname: jaeger-agent
command: ["--reporter.grpc.host-port=jaeger:14250"]
ports:
Expand Down

0 comments on commit 73e2680

Please sign in to comment.