Go to file
Sebastian Hugentobler 3a3f5ac990
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
push to 2.5.300
2023-09-26 18:11:25 +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
.woodpecker.yml Add '.woodpecker.yml' 2022-11-11 07:20:12 +00:00
Dockerfile push to 2.5.300 2023-09-26 18:11:25 +02:00
README.md update readme [skip ci] 2022-02-15 19:44:40 +01:00

README.md

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