Compose sentry as docker containers
First install docker
as described in Manual.
Next install docker-compose
:
pip install docker-compose
Then run install.sh
to start containers and initialise sentry. Pass email and password.
Now sentry may be accessible by address http://127.0.0.1:9050
Sentry may be opened by URL: http://127.0.0.1:9050
See more info in https://github.com/sentry-extensions/cyclops
Cyclops instance is accessible by URL: http://127.0.0.1:9100
Start sentry:
docker-compose start
Stop sentry:
docker-compose stop
Retart sentry:
docker-compose restart
Remove settry:
docker-compose rm