esc
Type to search the docs
Back to catalog

docmost

Tested

Collaborative wiki and documentation platform (Notion/Confluence alternative)

Run locally

Tested and verified to launch successfully.

Terminal
$ npx launchfile up docmost

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

Image: docmost/docmost:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: docmost
description: "Collaborative wiki and documentation platform (Notion/Confluence alternative)"
repository: https://github.com/docmost/docmost
logo: https://raw.githubusercontent.com/docmost/docmost/main/apps/client/public/logo.svg

image: docmost/docmost:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
requires:
  - type: postgres
    set_env:
      DATABASE_URL: $url
  - type: redis
    set_env:
      REDIS_URL: $url
env:
  APP_SECRET:
    generator: secret
    sensitive: true
    description: "Secret key for session encryption"
  APP_URL:
    required: true
    description: "Public-facing URL of the Docmost instance"
restart: always

Test Results

Last Tested

2026-04-08

Health Check

Passing

Startup Time

7s

Total Disk

989 MB

Required Services

postgresredis

Learn More

Spec references for features used in this Launchfile.

Related Apps