diff options
| author | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2020-08-16 20:07:04 -0400 |
| commit | af172b6680583487bdeacf230d7abaf9b57f4811 (patch) | |
| tree | 799048031a312668a695314c14044abe9bda9ccd /public/v4/apps/rethinkdb.yml | |
| parent | 0e70ec541e7441b71460db230975d4614473ed6d (diff) | |
| download | caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.tar.gz caprover-one-click-apps-af172b6680583487bdeacf230d7abaf9b57f4811.zip | |
Formatter on V4
Diffstat (limited to 'public/v4/apps/rethinkdb.yml')
| -rw-r--r-- | public/v4/apps/rethinkdb.yml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/public/v4/apps/rethinkdb.yml b/public/v4/apps/rethinkdb.yml index 856759d..d36ca86 100644 --- a/public/v4/apps/rethinkdb.yml +++ b/public/v4/apps/rethinkdb.yml @@ -1,20 +1,20 @@ 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. |
