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