update launch apps and launch services scripts

add stop_services and stop_apps scripts
This commit is contained in:
2018-11-04 22:15:18 -05:00
parent 790f838a91
commit ff682bb6e9
4 changed files with 47 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
#!/bin/bash -ex
export DOCKER_HOST=dkmanager:2376
docker login -u richard -p $DKREGISTRY_PASS $DKREGISTRY
docker service scale gitea_app=0
docker service scale xaibox_app=0
docker service scale dkui_app=0
docker service scale jenkins_app=0
docker service scale sslproxy_app=0