From 1358f2c6d1d9dba1112ebd9371c95eee22a4ede6 Mon Sep 17 00:00:00 2001
From: Frank Elsinga <frank@elsinga.de>
Date: Wed, 30 Oct 2024 23:00:49 +0100
Subject: [PATCH] tested if removing the `depends_on` for the webclient works

---
 docker-compose.local.yml | 5 -----
 docker-compose.yml       | 7 -------
 2 files changed, 12 deletions(-)

diff --git a/docker-compose.local.yml b/docker-compose.local.yml
index b13f3ef3a..db9894751 100644
--- a/docker-compose.local.yml
+++ b/docker-compose.local.yml
@@ -9,11 +9,6 @@ services:
       NUXT_PUBLIC_MAPS_URL: https://nav.tum.de/maps
       NUXT_PUBLIC_CDN_URL: http://data:3002
       NUXT_PUBLIC_API_URL: http://server:3003
-    depends_on:
-      data:
-        condition: service_healthy
-      server:
-        condition: service_healthy
   # cdn
   data:
     restart: unless-stopped
diff --git a/docker-compose.yml b/docker-compose.yml
index abef83d3b..345abb74e 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -17,13 +17,6 @@ services:
       NUXT_PUBLIC_MAPS_URL: https://nav.tum.de
       NUXT_PUBLIC_CDN_URL: https://nav.tum.de
       NUXT_PUBLIC_API_URL: https://nav.tum.de
-    depends_on:
-      tileserver:
-        condition: service_healthy
-      data:
-        condition: service_healthy
-      server:
-        condition: service_healthy
   # maps
   tileserver-init-config:
     image: alpine:latest