Skip to content

Commit

Permalink
tested if removing the depends_on for the webclient works
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 30, 2024
1 parent 753fe4a commit 1358f2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
5 changes: 0 additions & 5 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 0 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1358f2c

Please sign in to comment.