Replacing docker-compose with Nix for development
Ever since the author started using Nix for development, the project relied on external services like databases and message brokers, leading to the use of Docker. However, to simplify the setup and reduce system resource consumption, the author decided to replace Docker with Nix in the project. A ne.. read more








