Separate services - app, db, and job #1

Open
swapnil wants to merge 36 commits from swapnil/inoreader2readwise:main into main
Showing only changes of commit 1d1c2aac9f - Show all commits

View File

@ -91,4 +91,4 @@ def save_tokens(access_token, refresh_token, expiration_seconds):
response.raise_for_status() response.raise_for_status()
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True, port=5000) app.run(host='0.0.0.0', debug=True, port=5000)