Caprover logo
Caprover one-click apps browser
Parse logo
Parse
Parse Server is an open source Backend-as-a-Service(BaaS) framework initially developed by Facebook
Official integration
Created - Last update

Parse Server is an open source version of the Parse backend that can be deployed to any infrastructure that can run Node.js. For more information on Parse platform see http://parseplatform.org Enter your Parse Configuration parameters and click on next. A MongoDB (database) and a Parse container will be created for you. The process will take about a minute for the process to finish.

Deployed services
parse-mongodb
mongo:$$cap_mongo_version
  • parse-db-data:/data/db
  • parse-db-config:/data/configdb
always
2
parse-parse
parseplatform/parse-server:$$cap_parse_version
  • parse-parse-cloud:/parse-server/cloud
  • parse-parse-config:/parse-server/config
8080
always
4
parse-parse-dashboard
parseplatform/parse-dashboard:$$cap_parse_dashboard_version
    4040
    always
    8
    Variables

    MongoDB Version

    Default: 4

    $$cap_mongo_version
    Check out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/

    MongoDB password

    Default: undefined

    $$cap_mongo_password
    Only use alphanumeric chars.

    Parse Dashboard Version

    Default: 2.0.5

    $$cap_parse_dashboard_version
    Check out their Docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-dashboard/tags

    Parse Dashboard Password

    Default: undefined

    $$cap_parse_dashboard_password

    Parse Version

    Default: 3.1.3

    $$cap_parse_version
    Check out their Docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags

    Application ID

    Default: undefined

    $$cap_app_id
    Use a random string. See Parse documentation for more details.

    Master Key

    Default: undefined

    $$cap_master_key
    Use a random string. See Parse documentation for more details.
    © 2025, Built with Gatsby - Source code available on GitHub