Added VPN service to list of docker containers

This commit is contained in:
2025-05-04 17:09:07 +01:00
parent b2cf51838e
commit 49b1cd26f4
4 changed files with 88 additions and 0 deletions

13
vpn-spindown.sh Normal file
View File

@ -0,0 +1,13 @@
#Script file for spinning down all CICD relevant docker-containers
cd ./VPN/
docker compose down
cd ..
cd ./TraefikVPN/
docker compose down
cd ..
docker rmi $(docker images -q)
docker system prune -f
docker volume prune -f