nanobox-io / nanobox-guides

Guides for using languages and frameworks with Nanobox
https://guides.nanobox.io
MIT License
11 stars 19 forks source link

Moleculer guides #76

Closed sanderson closed 6 years ago

sanderson commented 7 years ago

https://moleculer.services/

davidroman0O commented 7 years ago

Pretty simple setup :

moleculer init project-simple name-project Then copy/paste the config/nginx.conf file from the nodejs template of Nanobox Then add a Redis component in the boxfile.yml Add those lines in the molecular.config.js file :

Then run nano box run npm start

I hope I didn't forget anything ! :D

sanderson commented 7 years ago

@davidroman0O I just pushed Moleculer guides to the new/moleculer branch. Do you want to take a look?

https://github.com/nanobox-io/nanobox-guides/tree/new/molecular