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

11
cicd-spindown.sh Normal file
View File

@ -0,0 +1,11 @@
#Script file for spinning down all CICD relevant docker-containers
cd ./Development/Runners/
docker-compose down
cd ../..
cd ./Traefik/
docker-compose down
cd ..
docker rmi $(docker images -q)
docker system prune