chore(ci): migrate docker registry from Gitea to standalone registry.infra.mintel.me
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 10s
Build & Deploy / 🧪 QA (push) Successful in 1m44s
Nightly QA / 📝 E2E & Links (push) Failing after 3m8s
Nightly QA / 🎭 Lighthouse (push) Failing after 3m20s
Nightly QA / 🔔 Notify (push) Successful in 3s
Build & Deploy / 🏗️ Build (push) Successful in 14m58s
Build & Deploy / 🚀 Deploy (push) Successful in 23s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 5m14s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-03-04 16:53:49 +01:00
parent 8569105529
commit b4fbf3bf2a
2 changed files with 12 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
services:
mintel-me-app:
image: git.infra.mintel.me/mmintel/mintel.me:${IMAGE_TAG:-latest}
image: registry.infra.mintel.me/mintel/mintel.me:${IMAGE_TAG:-latest}
restart: always
networks:
- default
@@ -55,8 +55,8 @@ services:
- "traefik.http.middlewares.${PROJECT_NAME}-forward.headers.customrequestheaders.X-Forwarded-Ssl=on"
gatekeeper:
profiles: [ "gatekeeper" ]
image: git.infra.mintel.me/mmintel/gatekeeper:v1.7.12
profiles: ["gatekeeper"]
image: registry.infra.mintel.me/mintel/gatekeeper:v1.7.12
container_name: ${PROJECT_NAME:-mintel-me}-gatekeeper
restart: always
networks: