Skip to content

DockerHub and self-hosting

Self-hosting is the priority deployment mode for first customers.

bash
docker login
docker pull vevedh/nfz-docs-notion-editor:selfhost-0.1.104

Docker Compose example:

yaml
services:
  nfz-docs-builder:
    image: vevedh/nfz-docs-notion-editor:selfhost-0.1.104
    restart: unless-stopped
    ports:
      - "3000:3000"
    env_file:
      - .env
    depends_on:
      - mongodb

  mongodb:
    image: mongo:7
    restart: unless-stopped
    volumes:
      - mongodb_data:/data/db

volumes:
  mongodb_data:

Open http://localhost:3000/admin/license to check the license status.

Online demo

Before ordering, you can request access to the demo: https://demo.vitepress-builder.com.

Public commercial documentation — VitePress Builder / NFZ Docs Builder.