ci: remove the exposure of port 5000 in the CI registry

Closes #389

Signed-off-by: Jonathan Gonzalez V. <jonathan.gonzalez@enterprisedb.com>
This commit is contained in:
Jonathan Gonzalez V. 2025-06-04 11:03:53 +02:00
parent 8b01bb96b5
commit af2753df96
No known key found for this signature in database
GPG Key ID: 43CDEF0A73A51CC5

View File

@ -183,7 +183,6 @@ tasks:
cmds:
- >
docker run -d --name {{ .REGISTRY_NAME }}
-p {{ .REGISTRY_PORT }}:5000
--network {{ .REGISTRY_NETWORK }}
-v certs:/certs
-e REGISTRY_HTTP_TLS_CERTIFICATE=/certs/server-cert.pem -e REGISTRY_HTTP_TLS_KEY=/certs/server-key.pem