I like this product but set up part seems a bit messy for me. So I wrapped up all of them with docker.
Now you can do docker compose up to make it work in virtual environment.
Note that you must run docker compose down after running it due to the docker-in-docker approach.
I like this product but set up part seems a bit messy for me. So I wrapped up all of them with docker. Now you can do
docker compose up
to make it work in virtual environment. Note that you must rundocker compose down
after running it due to the docker-in-docker approach.