diff --git a/deploy_all.sh b/deploy_all.sh index 4885908..11c5c57 100755 --- a/deploy_all.sh +++ b/deploy_all.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Deployment Script for docker and all containers + NC='\033[0m' RED='\033[00;31m' diff --git a/undeploy_all.sh b/undeploy_all.sh index f4a621c..1fa21df 100755 --- a/undeploy_all.sh +++ b/undeploy_all.sh @@ -1,4 +1,7 @@ # START docker-compose + +# Undeploy docker and containers + do_cleanup () { docker-compose down