
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
2parse-parse
parseplatform/parse-server:$$cap_parse_version
- parse-parse-cloud:/parse-server/cloud
- parse-parse-config:/parse-server/config
8080
always
4parse-parse-dashboard
parseplatform/parse-dashboard:$$cap_parse_dashboard_version
4040
always
8Variables
MongoDB Version
Default: 4
$$cap_mongo_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/
MongoDB password
Default: undefined
$$cap_mongo_passwordOnly use alphanumeric chars.
Parse Dashboard Version
Default: 2.0.5
$$cap_parse_dashboard_versionCheck 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_passwordParse Version
Default: 3.1.3
$$cap_parse_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags
Application ID
Default: undefined
$$cap_app_idUse a random string. See Parse documentation for more details.
Master Key
Default: undefined
$$cap_master_keyUse a random string. See Parse documentation for more details.