Skip to content

Commit

Permalink
added the required environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Apr 5, 2024
1 parent b46ec4a commit 2b8596b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ services:
ports:
- "3000:3000"
environment:
TILESERVER_URL: http://tileserver:8080
CDN_URL: http://data:3002
MAIN_API_URL: http://main-api:3003
FEEDBACK_API_URL: http://feedback-api:3004
VITE_APP_URL: http://localhost:3000
NUXT_PUBLIC_MAPS_URL: http://tileserver:8080
NUXT_PUBLIC_CDN_URL: http://data:3002
NUXT_PUBLIC_API_URL: http://main-api:3003
NUXT_PUBLIC_FEEDBACK_URL: http://feedback-api:3004
depends_on:
tileserver:
condition: service_healthy
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ services:
expose:
- "3000"
environment:
TILESERVER_URL: http://tileserver:8080
CDN_URL: http://data:3002
MAIN_API_URL: http://main-api:3003
FEEDBACK_API_URL: http://feedback-api:3004
NUXT_PUBLIC_MAPS_URL: https://nav.tum.de
NUXT_PUBLIC_CDN_URL: https://nav.tum.de
NUXT_PUBLIC_API_URL: https://nav.tum.de
NUXT_PUBLIC_FEEDBACK_URL: https://nav.tum.de
depends_on:
tileserver:
condition: service_healthy
Expand Down

0 comments on commit 2b8596b

Please sign in to comment.