{"id":21716472,"url":"https://github.com/hid-gs/docker-sentry","last_synced_at":"2026-04-12T10:32:18.439Z","repository":{"id":110983815,"uuid":"149514936","full_name":"HID-GS/docker-sentry","owner":"HID-GS","description":"docker image for sentry instance","archived":false,"fork":false,"pushed_at":"2018-09-26T02:54:03.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-20T20:14:42.661Z","etag":null,"topics":["docker","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HID-GS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-19T21:36:39.000Z","updated_at":"2018-09-26T02:53:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e69488e-84bc-4d4e-b376-fce7e00065cc","html_url":"https://github.com/HID-GS/docker-sentry","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/HID-GS/docker-sentry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HID-GS%2Fdocker-sentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HID-GS%2Fdocker-sentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HID-GS%2Fdocker-sentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HID-GS%2Fdocker-sentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HID-GS","download_url":"https://codeload.github.com/HID-GS/docker-sentry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HID-GS%2Fdocker-sentry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272219584,"owners_count":24894454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","testing"],"created_at":"2024-11-26T01:11:34.156Z","updated_at":"2025-12-30T21:36:17.121Z","avatar_url":"https://github.com/HID-GS.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sentry On-Premise + LDAP\n\nAmended from [the original sentry repository](https://github.com/getsentry/onpremise.git)\n\nOfficial bootstrap for running your own [Sentry](https://sentry.io/) with [Docker](https://www.docker.com/).\n\n## Requirements\n\n * Docker 1.10.0+\n * Compose 1.6.0+ _(optional)_\n\n## Up and Running\n\nAssuming you've just cloned this repository, the following steps\nwill get you up and running in no time!\n\nThere may need to be modifications to the included `docker-compose.yml` file to accommodate your needs or your environment. These instructions are a guideline for what you should generally do.\n\n1. `mkdir -p data/{sentry,postgres}` - Make our local database and sentry config directories.\n    This directory is bind-mounted with postgres so you don't lose state!\n2. `docker-compose build` - Build and tag the Docker services\n3. `docker-compose run --rm web config generate-secret-key` - Generate a secret key.\n    Add it to `docker-compose.yml` in `base` as `SENTRY_SECRET_KEY`.\n4. `docker-compose run --rm web upgrade` - Build the database.\n    Use the interactive prompts to create a user account.\n5. `docker-compose up -d` - Lift all services (detached/background mode).\n6. Access your instance at `localhost:9000`!\n\nNote that as long as you have your database bind-mounted, you should\nbe fine stopping and removing the containers without worry.\n\n## Securing Sentry with SSL/TLS\n\nIf you'd like to protect your Sentry install with SSL/TLS, there are\nfantastic SSL/TLS proxies like [HAProxy](http://www.haproxy.org/)\nand [Nginx](http://nginx.org/).\n\n## Updating Sentry\n\nUpdating Sentry using Compose is relatively simple. Just use the following steps to update. Make sure that you have the latest version set in your Dockerfile. Or use the latest version of this repository.\n\nUse the following steps after updating this repository or your Dockerfile:\n```sh\ndocker-compose build # Build the services again after updating\ndocker-compose run --rm web upgrade # Run new migrations\ndocker-compose up -d # Recreate the services\n```\n\n## Resources\n\n * [Documentation](https://docs.sentry.io/server/installation/docker/)\n * [Bug Tracker](https://github.com/getsentry/onpremise)\n * [Forums](https://forum.sentry.io/c/on-premise)\n * [IRC](irc://chat.freenode.net/sentry) (chat.freenode.net, #sentry)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhid-gs%2Fdocker-sentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhid-gs%2Fdocker-sentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhid-gs%2Fdocker-sentry/lists"}