Hacker News new | ask | show | jobs
by azangru 1095 days ago
> it takes 3 days to set up your microservices locally

Why do you need all microservices locally? Why wouldn't you set up just the relevant one, and proxy the traffic to the rest of the services already deployed? Or, failing that, why don't you have a docker-compose file that has already pre-configured your services to run locally?

1 comments

What about the database contents?