Skip to content
All recipes
Knowledge base

Deploy Wiki.js

A full wiki that keeps its pages and configuration in PostgreSQL.

Why use it

Keep team documentation in a searchable site that colleagues can edit in the browser.

Build plan

  1. Create a Dockerfile from the pinned Wiki.js v2 image.
  2. Create managed PostgreSQL and pass its individual connection fields.
  3. Run Wiki.js on port 3000 and finish the administrator setup at the public address.

Resources and values

Resources
1 ServicePostgreSQL
Required values
DB_TYPEDB_HOSTDB_PORTDB_USERDB_PASSDB_NAME
Check before you deploy

Use PostgreSQL, not SQLite. SQLite writes the wiki database to the temporary application filesystem.

Ask your coding agent

Deploy Wiki.js on aidrop from a repository containing a Dockerfile pinned to a released ghcr.io/requarks/wiki:2 image. Create managed PostgreSQL and configure DB_TYPE=postgres plus DB_HOST, DB_PORT, DB_USER, DB_PASS and DB_NAME. Run on port 3000, use / as the health path and deploy. Do not configure SQLite or a local database file. Return the public setup address.

Put Wiki.js online

Connect your coding agent, paste the quickstart and keep the build, runtime and public address in one aidrop Project.

7 days free · No credit card required