Files
one-click-apps/public/v4/apps/rethinkdb.yml
Edward 91daa6b904 Tidy instructions spelling & spacing (#369)
* tidy up instructions spelling/spacing

* remove spaces in empty lines

Co-authored-by: Edward <edward@finchit.co.za>
Co-authored-by: Kasra Bigdeli <kasra85@gmail.com>
2021-03-14 14:09:07 -04:00

21 lines
761 B
YAML

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.