1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2021-04-18 22:06:57 +10:00
parent 5af8a9676f
commit 5b084f4c40
3 changed files with 18 additions and 2 deletions

13
Readme.md Normal file
View File

@ -0,0 +1,13 @@
### Install
> git clone https://ilya_muhortov@bitbucket.org/med-logic/medicine-config.git
### Problems
> Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-Bus without X11 $DISPLAY`
`> sudo apt remove golang-docker-credential-helpers`

View File

@ -8,7 +8,10 @@ docker pull docker.med-logic.ru/medicine-app:latest
docker pull docker.med-logic.ru/tfoms-patient:latest docker pull docker.med-logic.ru/tfoms-patient:latest
docker pull docker.med-logic.ru/medicine-timetable docker pull docker.med-logic.ru/medicine-timetable
docker network create medicine-network NETWORK_NAME=medicine-network
if [ -z $(docker network ls --filter name=^${NETWORK_NAME}$ --format="{{ .Name }}") ] ; then
docker network create ${NETWORK_NAME} ;
fi
cd /root/medicine-config/thirdparty-apps cd /root/medicine-config/thirdparty-apps
docker-compose pull docker-compose pull