ci: Use OTLP_ENDPOINT for both CI relays (#6049)

~~Relays are still failing to boot~~. By setting OTLP_ENDPOINT for both
relays in CI we will more closely mimic staging/prod env.

Edit: They just started working randomly. It had failed with a core dump
error after #6034 was merged, which is a bit concerning.
This commit is contained in:
Jamil
2024-07-25 16:38:36 -07:00
committed by GitHub
parent 2b8ec89ec5
commit 607a73ba0d

View File

@@ -470,6 +470,7 @@ services:
RUST_LOG: ${RUST_LOG:-debug}
RUST_BACKTRACE: 1
FIREZONE_API_URL: ws://api:8081
OTLP_GRPC_ENDPOINT: otlp:4317
build:
target: dev
context: rust