server/spindown.sh

29 lines
379 B
Bash

#Script file for spinning down all docker-containers
cd ./Websites/
docker-compose down
cd ..
cd ./NextCloud/
docker-compose down
cd ..
cd ./Development/Gitea/
docker-compose down
cd ..
cd ./Jira/
docker-compose down
cd ../..
cd ./Database/
docker-compose down
cd ..
cd ./Bitwarden/
docker-compose down
cd ..
cd ./Traefik/
docker-compose down
cd ..