milktoastlab / SolanaNFTBot

A helpful bot for tracking your Solana NFT project on discord channels.
MIT License
246 stars 129 forks source link

Deployment #19

Open k666-bit opened 2 years ago

k666-bit commented 2 years ago

Hi!

Is it possible to deploy / run this on vercel/heroku etc? Am having trouble deploying it. I can successfully use docker locally though!

Thanks!

kryptoj commented 2 years ago

Vercel? no but Heroku, yes, because they support nodejs and Docker prebuilt https://devcenter.heroku.com/articles/getting-started-with-nodejs https://devcenter.heroku.com/categories/deploying-with-docker

If you're using their free plan, please be aware that their limited dyno hours. https://devcenter.heroku.com/articles/free-dyno-hours.

jsblair9 commented 2 years ago

Can also recommend using DO app containers https://www.digitalocean.com/products/app-platform/

Was able to get the bot up and running in under 5min and for $5/mo in hosting costs. Since its Dockerized, makes it super straightforward -- just set your env vars, and connect the repo

SolSecSociety commented 2 years ago

Any Free RPC to use here ?

markpipkin commented 2 years ago

Any Free RPC to use here ?

https://www.quicknode.com is a free RPC for lighter loads.

lfmistrinel commented 8 months ago

GZ!