Update ports to avoid conflicts: frontend=3010, postgres=5433, redis=6380, rabbitmq=5673

This commit is contained in:
mindesbunister
2026-01-08 14:34:05 +01:00
parent 074787f067
commit 40efcff7a8
3 changed files with 7 additions and 7 deletions

View File

@@ -73,7 +73,7 @@ SECRET_KEY=CHANGE_ME_GENERATE_A_RANDOM_STRING
DEBUG=false
# Frontend
FRONTEND_PORT=3000
FRONTEND_PORT=3010
VITE_API_URL=http://localhost:8000
# =============================================================================