diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9397116675a2413520928d89ceef62a22ace83c5..a931daa1831f48690afc92ce839dd867cd93da9b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ build-and-push: DOCKER_BUILDKIT: "1" before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - - docker buildx create --use --driver docker-container + - docker buildx create --use --driver docker-container --driver-opt network=host --config /etc/buildkitd.toml script: - | diff --git a/compose.yml b/compose.yml index 7636dea474ecc0aa42c109bbb54965cb1f1b40ca..75ecc4b2cd8e00423050af0b723d8543144f06e3 100644 --- a/compose.yml +++ b/compose.yml @@ -30,7 +30,7 @@ services: ui: image: registry.gitlab.syncad.com/peerverity/ratings/ui:${RATINGS_TAG:-${TAG:-latest}} postgrest: - image: postgrest/postgrest + image: registry.gitlab.syncad.com/peerverity/ratings-stack/postgrest:v14.3 environment: PGRST_ADMIN_SERVER_PORT: 3001 PGRST_DB_URI: postgresql://web_anon@db/ratings?application_name=postgrest