Files
2026-05-09 13:28:12 +03:00

5 lines
151 B
Bash

# Optional: copy to `.env` at the repository root to override ports exposed by Docker Compose.
POSTGRES_PORT=5432
BACKEND_PORT=8080
FRONTEND_PORT=5173