3
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-07-16 21:38:34 +10:00
parent e8e9338d71
commit 84e7df9af9
2 changed files with 16 additions and 0 deletions

View File

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

6
medicine/update-beta.sh Executable file
View File

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