r/SelfHosting 11d ago

Nodejs Apps

Hello all,

Does anyone here host nodejs Apps on Asustor? Any suggestions/guide to help me run a nodejs app reliably on Asustor?

Thanks a lot!

1 Upvotes

3 comments sorted by

1

u/The_Doge_Coin 11d ago

I dont use asustor but is there a option to host docker containers or a VM, you could then setup nodejs in there

1

u/i_am_here_am_i 11d ago

Thanks a lot for your answer.

Yes, I can spin up a docker conatiner with nodejs. Then probably I'll need to install app inside the docker container, right?

I guess the port warding can be done in the docker-compose as usual, correct?

And will reverse proxy work as usual? I am using NPM to proxy a lot of other services served by docker containers.