Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 473 Bytes

File metadata and controls

23 lines (18 loc) · 473 Bytes

building self-hosted streaming music application

build&run

  1. clone this repository
git clone https://github.com/Grivvus/ym
cd ym
  1. configure .env files
cp .env.example .env # you can change some variables
touch .env.minio

If you want email password reset, configure PASSWORD_RESET_* and SMTP_* variables in .env.

  1. configure docker volumes

  2. build and run docker containers

docker compose -f compose.dev.yml up --build