app.py aktualisiert
This commit is contained in:
4
app.py
4
app.py
@@ -99,5 +99,7 @@ def get_status():
|
|||||||
return jsonify(all_statuses)
|
return jsonify(all_statuses)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setup_ngrok()
|
# Der Webserver wird jetzt von Gunicorn über start.sh gestartet.
|
||||||
|
# Dieser Block ist für den direkten Start (z.B. für lokales Debugging)
|
||||||
|
# nicht mehr primär für den Container-Betrieb zuständig.
|
||||||
app.run(host='0.0.0.0', port=8080)
|
app.run(host='0.0.0.0', port=8080)
|
||||||
Reference in New Issue
Block a user