docker,rancher: Add sentry_db_host configuration variable to allow for specifying external hosts easily.

This commit is contained in:
Jacob Alheid
2018-02-08 18:06:18 -08:00
parent 7a60e15dbc
commit a55c263e0f
2 changed files with 11 additions and 3 deletions
+8
View File
@@ -18,6 +18,14 @@ catalog:
default: 9000
description: "Port that Sentry will listen on. Alternatively you could point a load balancer to the port 9000 of this container"
- variable: "sentry_db_host"
type: "string"
required: true
label: "Sentry db host"
default: "postgres"
description: "Sentry db host."
- variable: "sentry_db_name"
type: "string"
required: true