start.sh aktualisiert

This commit is contained in:
2025-08-21 14:46:38 +00:00
parent 4e779ade2a
commit 026d5bab4f

View File

@@ -1,3 +1,7 @@
#!/bin/sh
set -e
echo "Starte Cloudflare Tunnel mit http2 Protokoll..."
cloudflared tunnel --protocol http2 --no-autoupdate run --token $TUNNEL_TOKEN &
sleep 5
echo "Starte Gunicorn Webserver auf Port 8080..."
gunicorn --bind 0.0.0.0:8080 --workers 2 app:app