start.sh aktualisiert

This commit is contained in:
2025-08-22 06:43:54 +00:00
parent bdf5659c7b
commit 0ca76a116d

View File

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