Angepass an Produtionumgebung

This commit is contained in:
2026-06-21 17:29:39 +02:00
parent 99678ae1be
commit a961a13be2
12 changed files with 349 additions and 14 deletions
+3
View File
@@ -42,6 +42,9 @@ services:
restart: unless-stopped
ports:
- "5173:5173"
environment:
# Vite proxyt /api an das Backend im selben Compose-Netz
- VITE_PROXY_TARGET=http://backend:3001
depends_on:
- backend
volumes: