File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ TRIGGER_IMAGE_TAG=v4-beta
3838APP_ORIGIN = http://localhost:8030
3939LOGIN_ORIGIN = http://localhost:8030
4040API_ORIGIN = http://localhost:8030
41+ DEV_OTEL_EXPORTER_OTLP_ENDPOINT = http://localhost:8030/otel
4142# You may need to set this when testing locally or when using the combined setup
4243# API_ORIGIN=http://webapp:3000
4344
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ services:
4747 REDIS_PORT : 6379
4848 REDIS_TLS_DISABLED : true
4949 APP_LOG_LEVEL : info
50- DEV_OTEL_EXPORTER_OTLP_ENDPOINT : http://localhost:8030/otel
50+ DEV_OTEL_EXPORTER_OTLP_ENDPOINT : ${DEV_OTEL_EXPORTER_OTLP_ENDPOINT:- http://localhost:8030/otel}
5151 DEPLOY_REGISTRY_HOST : ${DOCKER_REGISTRY_URL:-localhost:5000}
5252 OBJECT_STORE_BASE_URL : ${OBJECT_STORE_BASE_URL:-http://minio:9000}
5353 OBJECT_STORE_ACCESS_KEY_ID : ${OBJECT_STORE_ACCESS_KEY_ID}
You can’t perform that action at this time.
0 commit comments