FIX: trigger.dev template - fixed otel config
This commit is contained in:
parent
5fcf3aa7dc
commit
f0ea389331
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ x-common-env: &common-env
|
|||
LOGIN_ORIGIN: $SERVICE_FQDN_TRIGGER_3000
|
||||
APP_ORIGIN: $SERVICE_FQDN_TRIGGER_3000
|
||||
DEV_OTEL_EXPORTER_OTLP_ENDPOINT: $SERVICE_FQDN_TRIGGER_3000/otel
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT: "http://trigger:3040/otel"
|
||||
OTEL_EXPORTER_OTLP_ENDPOINT: $SERVICE_FQDN_TRIGGER_3000/otel
|
||||
ELECTRIC_ORIGIN: http://electric:3000
|
||||
|
||||
services:
|
||||
|
|
|
|||
Loading…
Reference in a new issue