Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 799 Bytes

File metadata and controls

49 lines (32 loc) · 799 Bytes

Sentry Dockerizer

Compose sentry as docker containers

Installation

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

Sentry may be opened by URL: http://127.0.0.1:9050

Cyclops

See more info in https://github.com/sentry-extensions/cyclops

Cyclops instance is accessible by URL: http://127.0.0.1:9100

Usage

Start sentry:

docker-compose start

Stop sentry:

docker-compose stop

Retart sentry:

docker-compose restart

Remove settry:

docker-compose rm