leanote-dockerfile icon indicating copy to clipboard operation
leanote-dockerfile copied to clipboard

docker-compose for leanote.

leanote docker-compose configs

LEANOTE is a notebook platform, which you can host by yourself.

Leanote, Not Just A Notebook!

Build

git clone https://github.com/nykma/leanote-dockerfile.git && cd leanote-dockerfile
docker-compose pull

Preparation

docker-compose.yml

Change volumes of mongodb

conf/app.conf

Focusing on these:

  • site.url
  • app.secret

Run

docker-compose up -d