Fix double /api prefix by clearing VITE_API_URL
Build and Push Multi-Platform Images / build-and-push (push) Successful in 12s

This commit is contained in:
2026-05-04 09:46:59 +02:00
parent 9c9192940a
commit 69147ba95d
+1 -1
View File
@@ -52,7 +52,7 @@ services:
ports:
- "${FRONTEND_PORT:-7600}:80"
environment:
- VITE_API_URL=${VITE_API_URL:-/api}
- VITE_API_URL=
- VITE_OIDC_AUTHORITY=${VITE_OIDC_AUTHORITY:-https://auth.poettker-holtrup.de/application/o/paperlessmanager/}
- VITE_OIDC_CLIENT_ID=${VITE_OIDC_CLIENT_ID:-ogOeIlrcsf2spjuwyOc7CuAPrRkRSt3RXfYguoLn}
- VITE_OIDC_REDIRECT_URI=${VITE_OIDC_REDIRECT_URI:-https://px-7a9b2.poettker-cloud.de/auth/callback}