docker-compose tree for https://wiki.js.org/ , consisting of 3 images: wiki-js, mongo and nginx
- Change path to the local directory in docker-compose.yml, in the volumes: section of the wiki service
- Change hostname in docker-compose.yml, in WIKI_HOST
- Put your certificate in nginx/ssl subdirectory and the private key in privkey.pem in the same directory
To launch: in the main directory (where docker-compose.yml is)
docker-compose up
To rebuild (if you make changes to docker-compose, or any Dockerfile or anything else)
docker-compose build