server/spindown.sh

25 lines
329 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 ./Database/
docker-compose down
cd ..
cd ./Bitwarden/
docker-compose down
cd ..
cd ./Traefik/
docker-compose down
cd ..