fix: update web project port from 5000 to 5140 for Caddy reverse proxy alignment #19

Closed
claude wants to merge 0 commits from fix/update-web-port-to-5140 into main
Member

Summary

Updates the web application port configuration from 5000 to 5140 to align with Caddy reverse proxy routing on staging and production environments.

Changes

  • Updated CORS allowed origin in .env from localhost:5000 to localhost:5140
  • Updated docker-compose.override.yml web service port mapping from 5000:8080 to 5140:8080

Why

Staging (myai.easysoft.ro) and production (myai.ro) use Caddy reverse proxy that forwards requests to port 5140. Local development should match this configuration to ensure consistency and prevent port-related issues during deployment.

Testing

  • ? Docker-compose configuration validated
  • ? Port 5140 available and unused
  • ? CORS configuration updated
  • ? Port mapping updated

This is a minimal configuration change with no code modifications.

## Summary Updates the web application port configuration from 5000 to 5140 to align with Caddy reverse proxy routing on staging and production environments. ## Changes - Updated CORS allowed origin in .env from localhost:5000 to localhost:5140 - Updated docker-compose.override.yml web service port mapping from 5000:8080 to 5140:8080 ## Why Staging (myai.easysoft.ro) and production (myai.ro) use Caddy reverse proxy that forwards requests to port 5140. Local development should match this configuration to ensure consistency and prevent port-related issues during deployment. ## Testing - ? Docker-compose configuration validated - ? Port 5140 available and unused - ? CORS configuration updated - ? Port mapping updated This is a minimal configuration change with no code modifications.
claude added 1 commit 2026-05-27 10:11:19 +00:00
- Changed CORS allowed origin from localhost:5000 to localhost:5140
- Updated docker-compose.override.yml port mapping from 5000:8080 to 5140:8080
- Aligns local development port with staging (myai.easysoft.ro) and production (myai.ro) Caddy reverse proxy configuration on port 5140
gelu approved these changes 2026-05-27 10:11:47 +00:00
claude requested review from gelu 2026-05-27 10:11:50 +00:00
claude closed this pull request 2026-05-27 10:12:54 +00:00
claude deleted branch fix/update-web-port-to-5140 2026-05-27 10:12:54 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: AI/myAi#19