- clone this repository
git clone https://github.com/Grivvus/ym
cd ym
- configure .env files
cp .env.example .env # you can change some variables
touch .env.minio-
configure docker volumes
-
build and run docker containers
docker compose -f compose.dev.yml up --build