fix(ci): isolate Compose host ports (#1)
This commit is contained in:
@@ -42,6 +42,12 @@ test "$RENDEZVOUS_UID" -ne 0
|
||||
docker compose -f deploy/compose/compose.yaml up --build --detach
|
||||
```
|
||||
|
||||
The example defaults to host TCP 8080 and UDP 9050. On a shared host, set
|
||||
`RENDEZVOUS_HTTP_HOST_PORT` and `RENDEZVOUS_UDP_HOST_PORT` before starting
|
||||
Compose, then point `RENDEZVOUS_SMOKE_HTTP_URL` and
|
||||
`RENDEZVOUS_SMOKE_UDP_ENDPOINT` at those published ports. The container ports
|
||||
and production-advertised service ports remain 8080/9050.
|
||||
|
||||
`deploy/compose/appsettings.Production.json` is a local/private-bridge smoke
|
||||
profile, not an Internet template: TCP is published only on host loopback, the
|
||||
explicit `rendezvous` host name serves isolated clients on the Compose network,
|
||||
|
||||
Reference in New Issue
Block a user