SolanaNFTBot icon indicating copy to clipboard operation
SolanaNFTBot copied to clipboard

Deployment

Open k666-bit opened this issue 4 years ago • 5 comments

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!

k666-bit avatar Dec 30 '21 19:12 k666-bit

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.

kryptoj avatar Jan 02 '22 11:01 kryptoj

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

jsblair9 avatar Jan 13 '22 14:01 jsblair9

Any Free RPC to use here ?

SolSecSociety avatar Mar 13 '22 09:03 SolSecSociety

Any Free RPC to use here ?

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

markpipkin avatar Nov 07 '22 13:11 markpipkin