mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user