Initialize reverse proxy and TLS workshop lab setup

This commit is contained in:
hkoeck
2026-03-07 17:21:22 +01:00
commit 3047413a41
22 changed files with 2062 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
.PHONY: bootstrap up down logs redeploy proxy-reload reset reset-hard
bootstrap:
./scripts/bootstrap.sh
up:
./scripts/compose.sh up -d --build
redeploy:
./scripts/compose.sh up -d --build --remove-orphans
./scripts/compose.sh restart reverse-proxy
proxy-reload:
./scripts/compose.sh restart reverse-proxy
down:
./scripts/compose.sh down
logs:
./scripts/compose.sh logs -f
reset:
./scripts/reset-lab.sh
reset-hard:
./scripts/reset-lab.sh --hard