Skip to content

A simple docker compose to install and run Sentry

License

Notifications You must be signed in to change notification settings

sokil/DockerSentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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