Compare commits

...

1 Commits

Author SHA1 Message Date
Alexander Petric
5fc0a354f0 adding jaeger to docker-compose template 2024-12-31 12:06:51 +01:00

View File

@@ -170,6 +170,16 @@ services:
# - BASE_URL=":443" # uncomment and comment line above to enable HTTPS via custom certificate and key files
# - BASE_URL=mydomain.com # Uncomment and comment line above to enable HTTPS handling by Caddy
# The jaeger container to collect and display OTEL traces (EE feature)
# jaeger:
# image: jaegertracing/opentelemetry-all-in-one
# container_name: jaeger_otel
# expose:
# - 9411
# ports:
# - 16686:16686
# restart: always
volumes:
db_data: null
worker_dependency_cache: null