Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 462 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 462 Bytes

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