From be2a316960e8729398196cc25c3ff1985695dc50 Mon Sep 17 00:00:00 2001 From: Jonathan Munz Date: Mon, 11 Nov 2024 16:19:13 -0500 Subject: [PATCH] pass through FLAGD_UI env vars to frontend-proxy in start-minimal (#1774) --- docker-compose.minimal.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.minimal.yml b/docker-compose.minimal.yml index 38e93575a1..dcfba1123e 100644 --- a/docker-compose.minimal.yml +++ b/docker-compose.minimal.yml @@ -272,6 +272,8 @@ services: - ENVOY_PORT - FLAGD_HOST - FLAGD_PORT + - FLAGD_UI_HOST + - FLAGD_UI_PORT depends_on: frontend: condition: service_started