diff options
| author | Mark Raymond Jr <[email protected]> | 2019-10-19 14:34:48 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-10-19 15:34:48 -0400 |
| commit | 5a812fa4a7013616c58ba53b124263f533ca776a (patch) | |
| tree | b903899867b0bf52867ce2c06543e6ced82c8c9c | |
| parent | 5c114b6bafcf25bf20f8d1066601f3f23471f880 (diff) | |
| download | caprover-one-click-apps-5a812fa4a7013616c58ba53b124263f533ca776a.tar.gz caprover-one-click-apps-5a812fa4a7013616c58ba53b124263f533ca776a.zip | |
RethinkDB support (#95)
| -rw-r--r-- | public/v2/apps/rethinkdb.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/public/v2/apps/rethinkdb.json b/public/v2/apps/rethinkdb.json new file mode 100644 index 0000000..6f9de00 --- /dev/null +++ b/public/v2/apps/rethinkdb.json @@ -0,0 +1,23 @@ +{ + "captainVersion": "2", + "documentation": "Taken from https://hub.docker.com/_/rethinkdb.", + "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":[ + ] +} |
