Skip to content

Commit

Permalink
Removed references of a feedback endpoint from the docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored May 10, 2024
1 parent a0481a7 commit f29f488
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,13 @@ services:
NUXT_PUBLIC_MAPS_URL: https://nav.tum.app
NUXT_PUBLIC_CDN_URL: https://nav.tum.app
NUXT_PUBLIC_API_URL: https://nav.tum.app
NUXT_PUBLIC_FEEDBACK_URL: https://nav.tum.app
depends_on:
tileserver:
condition: service_healthy
data:
condition: service_healthy
main-api:
condition: service_healthy
feedback-api:
condition: service_healthy
# maps
tileserver-init-sprites:
image: alpine:latest
Expand Down

0 comments on commit f29f488

Please sign in to comment.