fix: move api port mapping to dev override, fix Web Dockerfile project name

- Base compose has no ports (env overrides define them)
- Dev override maps api to 5200:8080
- Web Dockerfile updated to reference .Web project name

Ref: IT-628

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 02:27:51 +03:00
parent a8bc26fe38
commit d23717d123
2 changed files with 6 additions and 8 deletions
-2
View File
@@ -17,8 +17,6 @@ services:
environment:
- ASPNETCORE_ENVIRONMENT=Production
- App__ConnectionString=${CONNECTION_STRING}
ports:
- "8080:8080"
depends_on:
db:
condition: service_started