deploy: fixed registry for custom images

This commit is contained in:
ITQ
2025-04-02 19:47:23 +03:00
parent e85bf11282
commit 59c25dc268
+8 -8
View File
@@ -2,7 +2,7 @@ name: datarush
services: services:
backend: backend:
image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest image: registry.gitlab.com/megazordpobeda/datarush/backend:latest
build: build:
context: ./services/backend context: ./services/backend
depends_on: depends_on:
@@ -40,7 +40,7 @@ services:
restart: unless-stopped restart: unless-stopped
backend-initdb: backend-initdb:
image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest image: registry.gitlab.com/megazordpobeda/datarush/backend:latest
build: build:
context: ./services/backend context: ./services/backend
command: ./scripts/initdb command: ./scripts/initdb
@@ -64,7 +64,7 @@ services:
required: false required: false
backend-staticfiles: backend-staticfiles:
image: gitlab.prodcontest.ru:5050/team-15/project/backend-staticfiles:latest image: registry.gitlab.com/megazordpobeda/datarush/backend-staticfiles:latest
build: build:
context: ./services/backend context: ./services/backend
dockerfile: Dockerfile.staticfiles dockerfile: Dockerfile.staticfiles
@@ -89,7 +89,7 @@ services:
restart: unless-stopped restart: unless-stopped
backend-celery-worker: backend-celery-worker:
image: gitlab.prodcontest.ru:5050/team-15/project/backend:latest image: registry.gitlab.com/megazordpobeda/datarush/backend:latest
build: build:
context: ./services/backend context: ./services/backend
command: celery -A config worker -l INFO command: celery -A config worker -l INFO
@@ -127,7 +127,7 @@ services:
restart: unless-stopped restart: unless-stopped
frontend: frontend:
image: gitlab.prodcontest.ru:5050/team-15/project/frontend:latest image: registry.gitlab.com/megazordpobeda/datarush/frontend:latest
env_file: env_file:
- path: ./infrastructure/frontend/.env.template - path: ./infrastructure/frontend/.env.template
required: true required: true
@@ -361,7 +361,7 @@ services:
target: /prometheus target: /prometheus
docs: docs:
image: gitlab.prodcontest.ru:5050/team-15/project/docs:latest image: registry.gitlab.com/megazordpobeda/datarush/docs:latest
build: build:
context: ./docs context: ./docs
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -375,11 +375,11 @@ services:
shm_size: 4mb shm_size: 4mb
custom_python: custom_python:
image: gitlab.prodcontest.ru:5050/team-15/project/custom-python:latest image: registry.gitlab.com/megazordpobeda/datarush/custom-python:latest
entrypoint: ["sh", "-c", "exit 0"] entrypoint: ["sh", "-c", "exit 0"]
checker: checker:
image: gitlab.prodcontest.ru:5050/team-15/project/checker:latest image: registry.gitlab.com/megazordpobeda/datarush/checker:latest
build: build:
context: ./services/checker context: ./services/checker
dockerfile: Dockerfile dockerfile: Dockerfile