Fix Docker Hub rate limiting
Summary
- Use GitLab registry for postgrest image instead of Docker Hub
- Configure buildx to use local registry mirror for CI builds
Changes
-
compose.yml: Changed
postgrest/postgresttoregistry.gitlab.syncad.com/peerverity/ratings-stack/postgrest:v14.3 -
.gitlab-ci.yml: Added
--driver-opt network=host --config /etc/buildkitd.tomlto buildx create
Note
dpage/pgadmin4:latest still pulls from Docker Hub but is only used for local development, not CI.