Skip to content

Commit daa2314

Browse files
committed
chore: update docker compose for transaction tracking
1 parent 254196f commit daa2314

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ services:
380380
environment:
381381
# DataDog APM configuration
382382
DD_API_KEY: ${DD_API_KEY}
383+
DD_SITE: ${DD_SITE:-datadoghq.com}
383384
DD_SERVICE: print-service
384385
DD_ENV: ${ENV:-development}
385386
DD_VERSION: ${COMMIT_SHA:-latest}
@@ -435,6 +436,7 @@ services:
435436
environment:
436437
# DataDog APM configuration
437438
DD_API_KEY: ${DD_API_KEY}
439+
DD_SITE: ${DD_SITE:-datadoghq.com}
438440
DD_SERVICE: print-service
439441
DD_ENV: ${ENV:-development}
440442
DD_VERSION: ${COMMIT_SHA:-latest}
@@ -476,6 +478,8 @@ services:
476478
- "8086:8080"
477479
environment:
478480
# DataDog APM configuration
481+
DD_API_KEY: ${DD_API_KEY}
482+
DD_SITE: ${DD_SITE:-datadoghq.com}
479483
DD_SERVICE: print-service-client
480484
DD_ENV: ${ENV:-development}
481485
DD_VERSION: ${COMMIT_SHA:-latest}

0 commit comments

Comments
 (0)