Local Development with Docker Compose: Databases, Queues, and Services
Local Development with Docker Compose: Databases, Queues, and Services
Running PostgreSQL, Redis, and a message queue locally used to mean installing each service, managing versions, and dealing with conflicts. Docker Compose makes this trivial: defi...