API URL per env setzen

This commit is contained in:
2025-08-13 07:14:04 +02:00
parent b7f22c2d5e
commit 1919d540fb
8 changed files with 38 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ services:
- /app/node_modules # Prevent overwriting node_modules
environment:
- NODE_ENV=development
- VITE_API_URL=http://localhost:8080
- VITE_API_URL=${VITE_API_URL:-http://192.168.0.48:8180}
depends_on:
- backend-dev
restart: unless-stopped