Upgraded sentry version to 8.17.0

This commit is contained in:
Raul Sanchez
2017-07-05 15:50:47 +02:00
parent 4ed15c2bfa
commit 4bf084090e
6 changed files with 270 additions and 13 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ sentry:
command:
- /bin/bash
- -c
- sentry upgrade --noinput && sentry createuser --email ${sentry_inital_user_email} --password ${sentry_inital_user_password} --superuser && /entrypoint.sh run web || /entrypoint.sh run web
- sentry upgrade --noinput && sentry createuser --email ${sentry_initial_user_email} --password ${sentry_initial_user_password} --superuser && /entrypoint.sh run web || /entrypoint.sh run web
log_opt: {}
image: sentry:8.5.0
links:
+5 -11
View File
@@ -16,17 +16,17 @@
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"
- variable: "sentry_initial_user_email"
type: "string"
required: true
label: "SENTRY_INITAL_USER_EMAIL"
label: "SENTRY_INITIAL_USER_EMAIL"
description: "The initial superuser email"
- variable: "sentry_inital_user_password"
- variable: "sentry_initial_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"
label: "SENTRY_INITIAL_USER_PASSWORD"
description: "The initial superuser password. Please use a simple initial password and change it afterwards in the Sentry interface"
- variable: "sentry_server_email"
type: "string"
@@ -52,12 +52,6 @@
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