add docker-compose and readme

This commit is contained in:
ramnique 2025-01-14 12:28:44 +05:30
parent 751e0371d8
commit 11e224eb4d
8 changed files with 94 additions and 7 deletions

View file

@ -77,4 +77,5 @@ def chat():
}), 500
if __name__ == '__main__':
app.run(host=os.getenv('HOST', '0.0.0.0'), port=int(os.getenv('PORT', 3001)), debug=True)
print("Starting Flask server...")
app.run(port=5000, debug=True)