DPSTemplatesParse Server

Parse Server Template

Full Parse Server scaffold — Dockerfile, src/, GitHub Actions workflows.

What it includes

  • Parse Server + Express bootstrap.
  • Dockerfile + docker-compose.yml with env_file (MongoDB included for self-hosted, excluded for DPS-hosted where MongoDB is provisioned externally).
  • GitHub Actions workflow for building and publishing the Docker image.
  • Sample cloud/ directory with main.ts entry.
  • Pre-wired parse-dashboard for the /dashboard route.

Configuration fields

The provisioning wizard exposes these fields:

FieldTypeRequired
namestring
regionenum
versionenum (Docker tag)
databaseAdaptermongodb | postgres
customDomainstring
githubRepostring