Skip to content

Commit 26845c5

Browse files
committed
Add trace generator to Docker compose
1 parent 7d2b4aa commit 26845c5

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docker/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ USER_PORT=8080
3030
SPAN_PORT=8080
3131
COLLABORATION_PORT=4444
3232
FRONTEND_PORT=8080
33+
TRACE_GENERATOR_PORT=8079
3334

3435
# ExplorViz Frontend Auth
3536
FRONTEND_HOST_NAME=localhost

docker/compose/compose.extra.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ services:
145145

146146
#endregion Environment
147147

148+
#region generator
149+
150+
trace-generator:
151+
image: explorviz/trace-generator
152+
profiles: ["generator"]
153+
ports:
154+
- ${TRACE_GENERATOR_PORT}:8079
155+
156+
#endregion generator
157+
148158
#region monitoring
149159

150160
prometheus:

0 commit comments

Comments
 (0)