You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,79 +40,3 @@ Remove the `ports` mapping from the `gateway` service and add a `deploy` block t
40
40
!!! warning "Remove the `hostname` field from gateway"
41
41
42
42
If the `gateway` service had a `hostname: gateway` entry, remove it. Docker Compose cannot assign the same hostname to multiple containers — the field is silently ignored when `replicas > 1`. The DNS service name `gateway` continues to work correctly for internal communication.
The platform now listens on **port 80** instead of 8080. All API calls, Prometheus scrape targets, and test scripts must be updated accordingly: `http://localhost/gateway/...` instead of `http://localhost:8080/gateway/...`.
0 commit comments