haha, hope it works

This commit is contained in:
ITQ
2025-03-03 01:31:25 +03:00
parent f056101e9e
commit e328bd6b18
4 changed files with 10 additions and 29 deletions
+10
View File
@@ -370,11 +370,21 @@ services:
restart: unless-stopped
shm_size: 4mb
custom_python:
image: gitlab.prodcontest.ru:5050/team-15/project/custom_python:latest
entrypoint: [""]
command: echo "Image pulled."
checker:
image: gitlab.prodcontest.ru:5050/team-15/project/checker:latest
build:
context: ./services/checker
dockerfile: Dockerfile
depends_on:
custom_python:
restart: false
condition: service_completed_successfully
required: true
env_file:
- path: ./infrastructure/checker/.env.template
required: true