This commit is contained in:
2026-01-25 14:36:01 +01:00
commit fdf1e0e8ed
22 changed files with 1269 additions and 0 deletions

15
deploy.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# Build and start the container
docker-compose up -d --build
echo "SSO Service Deployed!"
echo "---------------------------------------------------"
echo "Please add the following to your Caddyfile:"
echo ""
echo "sso.nabd-co.com {"
echo " reverse_proxy sso_service:8001"
echo "}"
echo ""
echo "Then reload Caddy."
echo "---------------------------------------------------"