From 607a73ba0db87ba160b9f1b09815da9a9d8d26f0 Mon Sep 17 00:00:00 2001 From: Jamil Date: Thu, 25 Jul 2024 16:38:36 -0700 Subject: [PATCH] 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. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index 5f079ef05..63153b7e2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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