1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2024-03-23 13:33:39 +10:00
parent fddc0502a3
commit 25435138a0
2 changed files with 6 additions and 5 deletions

View File

@ -6,11 +6,6 @@ if [ -z $(docker network ls --filter name=^${NETWORK_NAME}$ --format="{{ .Name }
docker network create ${NETWORK_NAME} ;
fi
cd /root/medicine-config/thirdparty-apps
docker-compose pull
docker-compose build
docker-compose up -d
cd /root/medicine-config/medicine-stack
docker-compose up -d
sleep 10

View File

@ -0,0 +1,6 @@
set -e
cd /root/medicine-config/thirdparty-apps
docker-compose pull
docker-compose build
docker-compose up -d