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