Start creating a data folder to store the ZincSearch data
mkdir dataThen, grant the necessary permissions
chmod -R a+rwx dataFinally you can run docker compose
docker compose up --buildNow you have the following services running on your machine:
- Go API running on port 8080
- Web Client running on port 3000
- ZincSearch running on port 4080