Completed Runner config

This commit is contained in:
2024-09-11 10:36:42 +01:00
parent 13fd59c773
commit 182f10a765
6 changed files with 80 additions and 14 deletions

29
main-spindown.sh Normal file
View File

@ -0,0 +1,29 @@
#Script file for spinning down all docker-containers
cd ./Websites/
docker-compose down
cd ..
cd ./Development/Gitea/
docker-compose down
cd ../..
cd ./Database/
docker-compose down
cd ..
cd ./Bitwarden/
docker-compose down
cd ..
cd ./Misc/
docker-compose down
cd ..
cd ./Traefik/
docker-compose down
cd ..
docker rmi $(docker images -q)
docker system prune