mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01:00
add sentry
This commit is contained in:
17
sentry/README.md
Normal file
17
sentry/README.md
Normal 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
|
||||
Reference in New Issue
Block a user