mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-04 10:34:49 +02:00
18 lines
422 B
Markdown
18 lines
422 B
Markdown
|
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
|