Hosting on DigitalOcean

App Platform

Make sure you have the requirements.txt and the procfile in the repository

In our case we want to select the worker type

Change the resource size to the right amount

Write that in the "Run Command" Box

if you have trouble and build works try: pip install --no-cache-dir -r requirements.txt && python main.py

Save everything, go back and create your app. (It seems you cannot change the system time)

Last updated

Was this helpful?