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

- 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
This commit is contained in:
Claude Dev Environment
2026-05-27 13:05:40 +03:00
parent d08eb5d1dc
commit 9d8db59825
+1 -1
View File
@@ -49,6 +49,6 @@ services:
context: ..
dockerfile: web/Dockerfile
ports:
- "5000:8080"
- "5140:8080"
env_file:
- .env