3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-07-20 19:20:27 +10:00
parent a22889d6ae
commit 20f8012e0a
2 changed files with 0 additions and 16 deletions

View File

@ -1,10 +0,0 @@
version: '3.4'
services:
app:
image: docker.med-logic.ru/medicine:beta
tasks:
image: docker.med-logic.ru/medicine:beta

View File

@ -1,6 +0,0 @@
#!/bin/sh
set -e
(cd /root/medicine-config/medicine && docker pull docker.med-logic.ru/medicine:beta && docker-compose stop && docker-compose up -d
)