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
+2
View File
@@ -43,6 +43,8 @@ services:
container_name: frontend
ports:
- "5173:80"
environment:
- VITE_API_URL=${VITE_API_URL:-http://192.168.0.48:8180}
depends_on:
- backend