mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
add optional .net core tracing
This commit is contained in:
parent
3974dc1bd9
commit
1d16aa4fcf
@ -47,6 +47,25 @@ services:
|
|||||||
- 82:10010
|
- 82:10010
|
||||||
networks:
|
networks:
|
||||||
- tracing
|
- tracing
|
||||||
|
# videos-api-netcore:
|
||||||
|
# container_name: videos-api
|
||||||
|
# image: aimvector/jaeger-tracing:videos-api-netcore-1.0.0
|
||||||
|
# build:
|
||||||
|
# context: ./applications-go/videos-api-netcore
|
||||||
|
# environment:
|
||||||
|
# - "ENVIRONMENT=DEBUG"
|
||||||
|
# - "REDIS_HOST=videos-db"
|
||||||
|
# - "REDIS_PORT=6379"
|
||||||
|
# - "JAEGER_AGENT_HOST=jaeger"
|
||||||
|
# - "JAEGER_AGENT_PORT=6831"
|
||||||
|
# - "JAEGER_SERVICE_NAME=videos-api"
|
||||||
|
# - "JAEGER_REPORTER_LOG_SPANS=true"
|
||||||
|
# - "JAEGER_SAMPLER_TYPE=const"
|
||||||
|
# - "JAEGER_PROPAGATION=jaeger"
|
||||||
|
# ports:
|
||||||
|
# - 82:5000
|
||||||
|
# networks:
|
||||||
|
# - tracing
|
||||||
videos-db:
|
videos-db:
|
||||||
container_name: videos-db
|
container_name: videos-db
|
||||||
image: redis:6.0-alpine
|
image: redis:6.0-alpine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user