Skip to content

Commit

Permalink
update docker images to ghcr.io/novatecconsulting/opentelemetry-training
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Plüddemann committed Oct 25, 2024
1 parent 4294281 commit 396d79a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions exercises/otel-in-action/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- POSTGRES_DB=mydb

todobackend-springboot:
image: maeddes/todobackend-springboot:v2404
image: ghcr.io/novatecconsulting/opentelemetry-training-todobackend-springboot:v2404
networks:
- todonet
build:
Expand All @@ -37,7 +37,7 @@ services:
- postgresdb

todoui-thymeleaf:
image: maeddes/todoui-thymeleaf:v2404
image: ghcr.io/novatecconsulting/opentelemetry-training-todoui-thymeleaf:v2404
build:
context: ./todoui-thymeleaf
dockerfile: Dockerfile #-multistage
Expand All @@ -56,7 +56,7 @@ services:
- OTEL_LOGS_EXPORTER=none

todoui-flask:
image: maeddes/todoui-flask:v2404
image: ghcr.io/novatecconsulting/opentelemetry-training-todoui-flask:v2404
build:
context: ./todoui-flask
networks:
Expand All @@ -70,7 +70,7 @@ services:
- OTEL_METRICS_EXPORTER=otlp

loadgenerator:
image: maeddes/simple-generator:v2404
image: ghcr.io/novatecconsulting/opentelemetry-training-simple-generator:v2404
build:
context: ./loadgenerator
networks:
Expand Down Expand Up @@ -159,4 +159,4 @@ networks:
# # - DISABLE_INSTALL_DEMO_CONFIG=true
# # - DISABLE_SECURITY_PLUGIN=true
# # ports:
# # - "9200:9200"
# # - "9200:9200"

0 comments on commit 396d79a

Please sign in to comment.