summaryrefslogtreecommitdiffhomepage
path: root/public/v4/apps/rethinkdb.yml
blob: 2b16a9cc7cfcdde53c5bf0562f9f817bd74bde02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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.