Go to file
2022-07-02 19:11:43 +02:00
rootfs/etc use new s6-rc layout 2022-02-15 18:01:47 +01:00
.gitignore initial commit 2019-11-02 11:32:49 +01:00
.gitlab-ci.yml use new s6-rc layout 2022-02-15 18:01:47 +01:00
Dockerfile push to version 2.5.285 2022-07-02 19:11:43 +02:00
README.md update readme [skip ci] 2022-02-15 19:44:40 +01:00

Wiki.js with a postgres backend.

Volumes

  • /home/wikijs/data

Environment Variables

DB_TYPE

  • default: postgres

One of:

  • postgres
  • mysql
  • mariadb
  • mssql
  • sqlite

In case of sqlite, non of the other database options are of concern.

DB_HOST

Database host.

DB_PORT

  • default: 5432

Database port.

DB_NAME

  • default: wikijs

Database name.

DB_USER

  • default: wikijs

Database user.

DB_PASSWORD

Password for the database user.

DB_SSL

  • default: false

Whether to use ssl for the database connection.

Ports

  • 3000