.gitea/workflows | ||
rootfs/etc | ||
.gitignore | ||
Containerfile | ||
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