nodriver icon indicating copy to clipboard operation
nodriver copied to clipboard

How to deploy?

Open LouisDeconinck opened this issue 3 months ago • 4 comments

How can I deploy nodriver to the cloud? What is the recommended approach?

I would assume using a Docker container. Any pointers on how to set that up correctly?

I've been struggling for a couple hours doing this.

LouisDeconinck avatar Sep 11 '25 10:09 LouisDeconinck

How can I deploy nodriver to the cloud? What is the recommended approach?

I would assume using a Docker container. Any pointers on how to set that up correctly?

I've been struggling for a couple hours doing this.

You can use hypercorn

devblack avatar Sep 11 '25 15:09 devblack

Specify "cloud" . Otherwise I'd say It wouldn't be different to any other server(s).

ultrafunkamsterdam avatar Sep 11 '25 16:09 ultrafunkamsterdam

@ultrafunkamsterdam Doesn't really matter which cloud. In the past I used Render.com, but whatever is most convenient. Can you share an example of how you have deployed nodriver in the past?

LouisDeconinck avatar Sep 11 '25 16:09 LouisDeconinck

@LouisDeconinck I have not tried it but google gave this forum post about it which might be viable (telegram bot made in python so it def would have outside dependencies most likely)

https://community.render.com/t/python-script-install/19253/6

Edit: for similar docker solution this should work as it looks like it lets you deploy dockers, just dont expect it easily scalable without you making your own queue, and docker image

https://www.reddit.com/r/webscraping/comments/1e14iqx/nodriver_with_docker/

AurelionSoldMe avatar Sep 13 '25 01:09 AurelionSoldMe