Skip to content

Commit

Permalink
feat (jaeger): update image version & add gui port
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abid committed Feb 1, 2025
1 parent 20a4c46 commit 1314558
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CASSANDRA_IMAGE_TAG=4.1.0
ELASTICSEARCH_KIBANA_IMAGE_TAG=8.15.2
FLUENTD_IMAGE_TAG=v1.18.0-debian-1.0
GRAFANA_IMAGE_TAG=9.3.2
JAEGER_IMAGE_TAG=2.1.0
JAEGER_IMAGE_TAG=2.2.0
LDAP_IMAGE_TAG=2.6.3
MAILDEV_IMAGE_TAG=2.1.0
MAILHOG_IMAGE_TAG=v1.0.1
Expand Down
4 changes: 3 additions & 1 deletion jaeger/compose.jaeger.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ volumes:

services:
jaeger:
image: 'jaegertracing/jaeger:${JAEGER_IMAGE_TAG:-2.1.0}'
image: 'jaegertracing/jaeger:${JAEGER_IMAGE_TAG:-2.2.0}'
env_file:
- .env
networks:
common-net:
aliases:
- common-jaeger
ports:
- 127.0.0.1:${JAEGER_PUBLISH_PORT:-16686}:16686
volumes:
- common-jaeger:/tmp

0 comments on commit 1314558

Please sign in to comment.