From 337cca7b71f69307903ee7d1bf7396034856ca81 Mon Sep 17 00:00:00 2001 From: Joachim Hummel Date: Fri, 6 May 2022 22:34:25 +0000 Subject: [PATCH] Edit Shellscripts --- deploy_all.sh | 2 ++ undeploy_all.sh | 3 +++ 2 files changed, 5 insertions(+) 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