Docker
Micanto offers a ready to use docker image with installed micanto in it.
How to use
- Clone the micanto docker repository to your server/pc (https://github.com/micanto-music/docker)
- Create the needed folders for your local assets and to persist them. These are:
music
- the folder with your music filesimg
- a folder where micanto will save the covers from artists, albums, playlists and usersmariadb
- your database data will be stored outside of docker to persistsearch_index
- the sqlite files with your search index
- Change the username/password database credentials in the
docker-compose.yaml
for your needs - Let docker compose your application:
docker compose up -d