chore: update port configurations in Docker setup to avoid conflicts and improve local development environment

This commit is contained in:
Anish Sarkar 2026-03-09 23:08:27 +05:30
parent e909735ba7
commit ab0f75f8ab
4 changed files with 15 additions and 15 deletions

View file

@ -33,9 +33,9 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
# Ports (change to avoid conflicts with other services on your machine)
# ------------------------------------------------------------------------------
# BACKEND_PORT=8000
# FRONTEND_PORT=3000
# ELECTRIC_PORT=5133
# BACKEND_PORT=8929
# FRONTEND_PORT=3929
# ELECTRIC_PORT=5929
# FLOWER_PORT=5555
# ==============================================================================