Parse Server Template
Full Parse Server scaffold — Dockerfile, src/, GitHub Actions workflows.
- Repo: dps-templates-parse-server
- Docker image: Parse Server backend (
latest,7.0.0,6.5.0,6.4.0)
What it includes
- Parse Server + Express bootstrap.
- Dockerfile +
docker-compose.ymlwithenv_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 withmain.tsentry. - Pre-wired
parse-dashboardfor the/dashboardroute.
Configuration fields
The provisioning wizard exposes these fields:
| Field | Type | Required |
|---|---|---|
name | string | ✅ |
region | enum | ✅ |
version | enum (Docker tag) | ✅ |
databaseAdapter | mongodb | postgres | ✅ |
customDomain | string | ❌ |
githubRepo | string | ❌ |