Edit Shellscripts

This commit is contained in:
Joachim Hummel 2022-05-06 22:34:25 +00:00
parent 16b0bcfbfb
commit 337cca7b71
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
# Deployment Script for docker and all containers
NC='\033[0m'
RED='\033[00;31m'

View File

@ -1,4 +1,7 @@
# START docker-compose
# Undeploy docker and containers
do_cleanup () {
docker-compose down