add rethinkdb 2.3.5

This commit is contained in:
xkodiak
2017-05-03 08:47:21 +02:00
parent 02a16d1c0f
commit 4143dca90b
5 changed files with 80 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
.catalog:
name: "RethinkDB"
version: "2.3.5"
description: "(Experimental) NoSQL-Database"
uuid: rethinkdb-0
questions:
- variable: "rethinkdb_proxy_webport"
description: ""
label: "Proxy Web Port (Admin Panel):"
required: true
type: "int"
default: 8080
- variable: "rethinkdb_proxy_queryport"
description: ""
label: "Proxy Query Port:"
required: true
type: "int"
default: 28015
- variable: "rethinkdb_volume_driver"
description: ""
label: "Volume Driver:"
required: true
type: "string"
default: "local"
version: '2'
services:
rethinkdb:
scale: 1
start_on_create: true
rethinkdb-proxy:
scale: 1
start_on_create: true