Docsel is a utility that allows you to run the services you choose based on the docker-compose file.
- Clone the repository
$ git clone https://github.com/Lapp-coder/docsel- Go to the directory of the utility
$ cd docsel- Follow the installation steps for your OS
- MacOS on M1
$ chmod +x build/bin/docsel-darwin_arm64 \
&& make setup-macos_m1- MacOS on Intel
$ chmod +x build/bin/docsel-darwin_amd64 \
&& make setup-macos_intel- Linux
$ chmod +x build/bin/docsel-linux_amd64 \
&& make setup-linux- Windows
$ setup-windows.bat