Deploying Wasp/fastapi on Digital Ocean
My project is mostly wasp (react/node), but it involves some api calls to fastapi where I have some NLP functionality built in python.
I'm almost done locally, but I want to deploy on Digital Ocean because of it's flexible pricing tiers.
I've already dockerized fastapi, and I'm wondering what else I'd need to do to make deployment easier. Do I need to now dockerize both wasp and fastapi together? Is wasp already dockerized?
I'm new to webdev in general to feel free to assume I know nothing.
I'm almost done locally, but I want to deploy on Digital Ocean because of it's flexible pricing tiers.
I've already dockerized fastapi, and I'm wondering what else I'd need to do to make deployment easier. Do I need to now dockerize both wasp and fastapi together? Is wasp already dockerized?
I'm new to webdev in general to feel free to assume I know nothing.