mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 20:57:09 +00:00
haha, hope it works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user