5 lines
151 B
Bash
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
|