mirror of
https://github.com/valitydev/dominant-v2.git
synced 2024-11-06 00:35:21 +00:00
604d1b5b78
* IMP-284: Implement new DB schema * WIP * WIP * SQL Request for commiting * Implement RepositoryClient and UserOpManagement * Raw integration tests * WIP Testing * WIP Testing * Tests WIP * Insert objects rebuild * Remade sql requests and make test work * Extra tests * Extra tests * Update/Delete work * Rename everything from dmt_v2 to dmt
28 lines
703 B
YAML
28 lines
703 B
YAML
services:
|
|
testrunner:
|
|
depends_on:
|
|
jaeger:
|
|
condition: service_healthy
|
|
environment:
|
|
- OTEL_SERVICE_NAME=dominant-v2
|
|
- OTEL_TRACES_EXPORTER=otlp
|
|
- OTEL_TRACES_SAMPLER=parentbased_always_on
|
|
- OTEL_EXPORTER_OTLP_PROTOCOL=http_protobuf
|
|
- OTEL_EXPORTER_OTLP_ENDPOINT=http://jaeger:4318
|
|
|
|
jaeger:
|
|
image: jaegertracing/all-in-one:1.47
|
|
environment:
|
|
- COLLECTOR_OTLP_ENABLED=true
|
|
healthcheck:
|
|
test: "/go/bin/all-in-one-linux status"
|
|
interval: 2s
|
|
timeout: 1s
|
|
retries: 20
|
|
ports:
|
|
- 4317:4317 # OTLP gRPC receiver
|
|
- 4318:4318 # OTLP http receiver
|
|
- 5778:5778
|
|
- 14250:14250
|
|
- 16686:16686
|