sso
This commit is contained in:
15
deploy.sh
Normal file
15
deploy.sh
Normal 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 "---------------------------------------------------"
|
||||
Reference in New Issue
Block a user