chore(deploy): fix registry URLs in docker-compose.yaml
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 4s
Build & Deploy / 🧪 QA (push) Successful in 5m27s
Build & Deploy / 🏗️ Build (push) Successful in 8m22s
Build & Deploy / 🚀 Deploy (push) Successful in 22s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m42s
Build & Deploy / 🔔 Notify (push) Successful in 2s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 4s
Build & Deploy / 🧪 QA (push) Successful in 5m27s
Build & Deploy / 🏗️ Build (push) Successful in 8m22s
Build & Deploy / 🚀 Deploy (push) Successful in 22s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 3m42s
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
mb-grid-app:
|
||||
image: git.infra.mintel.me/mmintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
||||
image: registry.infra.mintel.me/mintel/mb-grid-solutions:${IMAGE_TAG:-latest}
|
||||
restart: always
|
||||
networks:
|
||||
- default
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
start_period: 30s
|
||||
|
||||
mb-grid-gatekeeper:
|
||||
image: git.infra.mintel.me/mmintel/gatekeeper:testing
|
||||
image: registry.infra.mintel.me/mintel/gatekeeper:testing
|
||||
container_name: ${PROJECT_NAME:-mb-grid-solutions}-gatekeeper
|
||||
profiles: [ "gatekeeper" ]
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user