Docker Compose
services:
docmost:
image: docmost/docmost:latest
env_file: .env
ports:
- "3000:3000"
restart: unless-stoppedOfficial installation guide ↗PUBLISHED ARTIFACT // docmost
Collaborative knowledge system
services:
docmost:
image: docmost/docmost:latest
env_file: .env
ports:
- "3000:3000"
restart: unless-stoppedOfficial installation guide ↗Budget for application memory, PostgreSQL, Redis, uploaded assets, and collaboration growth.
Docker Compose with PostgreSQL, Redis, and persistent application storage.
Built-in users with documented authentication and workspace controls.
Back up PostgreSQL plus uploaded assets and application configuration.
Requires a multi-service stack; validate the current upstream release and maintenance state before adoption.