diff options
Diffstat (limited to 'public/v2/apps/rethinkdb.json')
| -rw-r--r-- | public/v2/apps/rethinkdb.json | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/public/v2/apps/rethinkdb.json b/public/v2/apps/rethinkdb.json index 07deaaf..6672401 100644 --- a/public/v2/apps/rethinkdb.json +++ b/public/v2/apps/rethinkdb.json @@ -1,25 +1,21 @@ { - "captainVersion": "2", - "documentation": "Taken from https://hub.docker.com/_/rethinkdb.", - "displayName": "RethinkDB", - "description": "RethinkDB pushes JSON to your apps in realtime", - "dockerCompose": { - "version": "7", - "services": { - "$$cap_appname": { - "image": "rethinkdb:2.3.6", - "containerHttpPort":"8080", - "volumes": [ - "$$cap_appname-data:/data/rethinkdb_data/" - ] - } + "captainVersion": "2", + "documentation": "Taken from https://hub.docker.com/_/rethinkdb.", + "displayName": "RethinkDB", + "description": "RethinkDB pushes JSON to your apps in realtime", + "dockerCompose": { + "version": "7", + "services": { + "$$cap_appname": { + "image": "rethinkdb:2.3.6", + "containerHttpPort": "8080", + "volumes": ["$$cap_appname-data:/data/rethinkdb_data/"] + } } - } - , - "instructions":{ - "end":"RethinkDB is deployed and available as http://$$cap_appname.$$cap_root_domain/.\n\n It may take a few minutes for RethinkDB to initialize.\n", - "start":"RethinkDB is an open-source, distributed database built to store JSON documents and effortlessly scale to multiple machines." - }, - "variables":[ - ] + }, + "instructions": { + "end": "RethinkDB is deployed and available as http://$$cap_appname.$$cap_root_domain/.\n\n It may take a few minutes for RethinkDB to initialize.\n", + "start": "RethinkDB is an open-source, distributed database built to store JSON documents and effortlessly scale to multiple machines." + }, + "variables": [] } |
