From 09526f497a82fa726939a70747bea7a722e8717c Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 17 Jan 2024 03:48:11 -0800 Subject: [PATCH] depend on httpbin --- docker-compose.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 352be3bc1..eead91fc8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -134,9 +134,8 @@ services: depends_on: gateway: condition: "service_healthy" - # Doesn't work on aarch64 Macs - # httpbin: - # condition: "service_healthy" + httpbin: + condition: "service_healthy" iperf3: condition: "service_healthy" api: