esc
Type to search the docs
Back to catalog

wikijs

Tested

Powerful wiki engine with markdown support and Git sync

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up wikijs

Requires Docker Desktop. No source code needed — pulls pre-built images and starts wikijs with all dependencies.

Image: ghcr.io/requarks/wiki:2
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: wikijs
description: "Powerful wiki engine with markdown support and Git sync"
repository: https://github.com/requarks/wiki
logo: https://raw.githubusercontent.com/requarks/wiki/main/assets/svg/logo.svg

image: ghcr.io/requarks/wiki:2
provides:
  - protocol: http
    port: 3000
    exposed: true
requires:
  - type: postgres
    set_env:
      DB_TYPE: "postgres"
      DB_HOST: $host
      DB_PORT: $port
      DB_USER: $user
      DB_PASS: $password
      DB_NAME: $name
health: /healthz
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

7s

Total Disk

839 MB

Required Services

postgres

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB