Skip to content

Commit 09368f2

Browse files
authored
fix: fixed telemetry run for local playground (#3872)
* Updated card-service and pos-service ports for local playground that clashed with global-bank ports * Removed unnecessary formatting * Set tempo version to 2.8.0
1 parent 3477e50 commit 09368f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

localenv/cloud-nine-wallet/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
networks:
1111
- rafiki
1212
ports:
13-
- '9234:9229'
13+
- '9236:9229'
1414
environment:
1515
NODE_ENV: ${NODE_ENV:-development}
1616
INSTANCE_NAME: CLOUD-NINE

localenv/happy-life-bank/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- rafiki
1212
ports:
1313
- '4008:4008'
14-
- '9233:9229'
14+
- '9235:9229'
1515
environment:
1616
NODE_ENV: ${NODE_ENV:-development}
1717
INSTANCE_NAME: HAPPY-LIFE

localenv/telemetry/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ services:
4848
- "9090:9090"
4949

5050
tempo:
51-
image: grafana/tempo:latest
51+
image: grafana/tempo:2.8.0
5252
command: "-config.file=/etc/tempo.yaml"
5353
networks:
5454
- rafiki

0 commit comments

Comments
 (0)