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

9
vpn-spinup.sh Normal file
View File

@ -0,0 +1,9 @@
#Script file for spinning up all docker-containers
cd ./TraefikRunner/
docker compose pull && docker compose up -d
cd ..
cd ./VPN/
docker compose pull && docker compose up -d
cd ..