fix(deploy): restore proxy compatibility port
CI and Deploy / test (push) Successful in 6m42s
CI and Deploy / test (pull_request) Failing after 3m59s
CI and Deploy / deploy (push) Successful in 31s
CI and Deploy / deploy (pull_request) Has been skipped

This commit is contained in:
cesnimda
2026-08-24 21:09:22 +02:00
parent fb90d0ad33
commit e8e6fac420
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -125,6 +125,11 @@ services:
- NEXT_PUBLIC_API_BASE_URL=${NEXT_PUBLIC_API_BASE_URL}
expose:
- "80"
# Compatibility ingress for the current production reverse proxy, which
# targets the host's port 3000 rather than Docker service discovery. Keep
# this until the operator-owned proxy is migrated onto jobtracker_shared.
ports:
- "3000:80"
environment:
- APP_PUBLIC_BASE_URL=${APP_PUBLIC_BASE_URL}
depends_on: