summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/rethinkdb.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:37:46 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:37:46 -0400
commit723ca5cca53bf5a569cb951b77f7a9b71fe088bd (patch)
tree0cfbfb92e39cdd2a3ed7470eecbb98fdd27f8490 /public/v4/apps/rethinkdb.yml
parent9ae0159100c53fcd357ec82cb819e3a863b34c57 (diff)
downloadcaprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.tar.gz
caprover-one-click-apps-723ca5cca53bf5a569cb951b77f7a9b71fe088bd.zip
Fixed build
Diffstat (limited to 'public/v4/apps/rethinkdb.yml')
-rw-r--r--public/v4/apps/rethinkdb.yml37
1 files changed, 19 insertions, 18 deletions
diff --git a/public/v4/apps/rethinkdb.yml b/public/v4/apps/rethinkdb.yml
index f5c994c..2a9fc7f 100644
--- a/public/v4/apps/rethinkdb.yml
+++ b/public/v4/apps/rethinkdb.yml
@@ -1,22 +1,23 @@
captainVersion: 4
services:
- $$cap_appname:
- image: rethinkdb:2.3.6
- volumes:
- - $$cap_appname-data:/data/rethinkdb_data/
- caproverExtra:
- containerHttpPort: "8080"
+ $$cap_appname:
+ image: rethinkdb:2.3.6
+ volumes:
+ - $$cap_appname-data:/data/rethinkdb_data/
+ caproverExtra:
+ containerHttpPort: '8080'
caproverOneClickApp:
- variables: []
- instructions:
- end: >
- RethinkDB is deployed and available as
- http://$$cap_appname.$$cap_root_domain/.
+ variables: []
+ instructions:
+ end: >
+ RethinkDB is deployed and available as
+ http://$$cap_appname.$$cap_root_domain/.
- It may take a few minutes for RethinkDB to initialize.
- start: RethinkDB is an open-source, distributed database built to store JSON
- documents and effortlessly scale to multiple machines.
- displayName: RethinkDB
- isOfficial: true
- description: RethinkDB pushes JSON to your apps in realtime
- documentation: Taken from https://hub.docker.com/_/rethinkdb.
+ It may take a few minutes for RethinkDB to initialize.
+ start:
+ RethinkDB is an open-source, distributed database built to store JSON
+ documents and effortlessly scale to multiple machines.
+ displayName: RethinkDB
+ isOfficial: true
+ description: RethinkDB pushes JSON to your apps in realtime
+ documentation: Taken from https://hub.docker.com/_/rethinkdb.