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: