fix(deploy): restore proxy compatibility port
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user