summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/rethinkdb.yml
diff options
context:
space:
mode:
authorKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
committerKasra Bigdeli <[email protected]>2020-08-16 19:40:55 -0400
commit83103a180914dff274188594132c1395f12a1645 (patch)
tree7aa940008857256403702753b464fccf57096d8f /public/v4/apps/rethinkdb.yml
parent723ca5cca53bf5a569cb951b77f7a9b71fe088bd (diff)
downloadcaprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.tar.gz
caprover-one-click-apps-83103a180914dff274188594132c1395f12a1645.zip
Fixed build
Diffstat (limited to 'public/v4/apps/rethinkdb.yml')
-rw-r--r--public/v4/apps/rethinkdb.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/public/v4/apps/rethinkdb.yml b/public/v4/apps/rethinkdb.yml
deleted file mode 100644
index 2a9fc7f..0000000
--- a/public/v4/apps/rethinkdb.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-captainVersion: 4
-services:
- $$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/.
-
- 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.