Skip to content

shatovilya/wiki.js-docker

Repository files navigation

wiki.js-docker

The project runs wiki.js (DocOps).

About the project


Uses the following micro service applications:

  • App wiki.js
  • PostgreSQL
  • Elasticsearch
  • App Backup

Pre-deployment preparation


Before deploying the project, install Docker, Docker Compose latest versions.

Change vm.max_map_count

sysctl -w vm.max_map_count=262144

Installation


Important!!!

Production - PostgreSQL DBaaS.

Test - PostgreSQL local.

For installation: To install, run:

  1. Do a git clone.

  2. Create an .env file and fill with variables:

Production

cp ./.env.template.prod ./.env

Test

cp ./.env.template.test ./.env
  1. Run the project

Production

docker-compose up -d

Test

docker-compose up -d
  1. After a couple of minutes, the service will start.

Useful links


The most powerful and extensible open source Wiki software

Docker-db-backup