RandomAPI / Randomuser.me-Node

Source code that powers randomuser.me
https://randomuser.me
MIT License
1.34k stars 268 forks source link

Add ability to run locally with Docker Compose #182

Open gregberns opened 3 years ago

gregberns commented 3 years ago

The following PR adds the ability to start the project easily in a local environment by using Docker Compose.

The changes to db.js and settings.json might not be appropriate to all environments. I'm very open to making changes to that in particular.