2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 22:39:25 +01:00

add sentry

This commit is contained in:
kev
2019-01-11 14:35:28 +08:00
parent f987a21c73
commit 15f622bbd0
3 changed files with 87 additions and 0 deletions

17
sentry/README.md Normal file
View File

@@ -0,0 +1,17 @@
sentry
======
[Sentry][1] is cross-platform application monitoring, with a focus on error reporting.
```bash
$ docker-compose up -d
$ docker-compose exec sentry sentry upgrade
Would you like to create a user account now? [Y/n]: y
Email: root@easypi.pro
Password: ******
Repeat for confirmation: ******
Should this user be a superuser? [y/N]: y
User created: root@easypi.pro
```
[1]: https://github.com/getsentry/sentry