community-catalog/templates/sentry/0/rancher-compose.yml
Tristan Holl 24d80f79b7 Sentry 8.5.0 (#175)
* added sentry 8.4.1

* upgrade to version 8.5.0
2016-06-22 16:01:56 -07:00

66 lines
2.3 KiB
YAML

.catalog:
name: Sentry
version: 8.5.0
description: Sentry is a realtime event logging and aggregation platform
questions:
- variable: "sentry_secret_key"
type: "password"
required: true
label: "SENTRY_SECRET_KEY"
description: "A secret key used for cryptographic functions within Sentry. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_public_port"
type: "int"
required: false
label: "Sentry public port"
description: "Port that Sentry will listen on. Alternatively you could point a load balancer to the port 9000 of this container"
- variable: "sentry_inital_user_email"
type: "string"
required: true
label: "SENTRY_INITAL_USER_EMAIL"
description: "The initial superuser email"
- variable: "sentry_inital_user_password"
type: "password"
required: true
label: "SENTRY_INITAL_USER_PASSWORD"
description: "The initial superuser password. Please use a simple intial password and change it afterwards in the Sentry interface"
- variable: "sentry_server_email"
type: "string"
required: false
label: "SENTRY_SERVER_EMAIL"
description: "The smtp server address. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_host"
type: "string"
required: false
label: "SENTRY_EMAIL_HOST"
description: "The smtp server address. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_user"
type: "string"
required: false
label: "SENTRY_EMAIL_USER"
description: "The username for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_password"
type: "password"
required: false
label: "SENTRY_EMAIL_PASSWORD"
description: "The password for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_password"
type: "string"
required: false
label: "SENTRY_EMAIL_PASSWORD"
description: "The password for the email account. see https://hub.docker.com/_/sentry/ for more info"
- variable: "sentry_email_port"
type: "int"
required: false
label: "SENTRY_EMAIL_PORT"
description: "Port of the smtp server. see https://hub.docker.com/_/sentry/ for more info"