Update production ports to 7600 (frontend) and 7601 (backend) in compose and example env
Build and Push Multi-Platform Images / build-and-push (push) Successful in 11s

This commit is contained in:
2026-05-04 09:09:25 +02:00
parent 5879aac0bf
commit f907361a5d
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
# =============================================================================
# --- Ports ---
BACKEND_PORT=3100
FRONTEND_PORT=8080
BACKEND_PORT=7601
FRONTEND_PORT=7600
# --- MySQL Datenbank (extern) ---
DB_HOST=192.168.1.x