Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/sentry-docker
https://github.com/ertrzyiks/sentry-docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/sentry-docker
- Owner: ertrzyiks
- Created: 2015-07-28T17:59:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T19:43:04.000Z (over 9 years ago)
- Last Synced: 2024-12-07T19:36:05.625Z (about 1 month ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To run it locally use:
```
docker-compose up -d
```After first deploy run in container:
```
sentry upgrade --noinput
sentry createuser --email= --no-input --no-password --superuser
```Make sure you have following variables set to correct value
```
BASE_URL=http://logger.at.your.domain
```Using 7.6 cause migration fail:
```
> sentry:0161_auto__chg_field_authprovider_config
FATAL ERROR - The following SQL query failed: ALTER TABLE "sentry_authprovider" ALTER COLUMN "config" TYPE jsonb, ALTER COLUMN "config" DROP NOT NULL, ALTER COLUMN "config" DROP DEFAULT;
The error was: column "config" cannot be cast automatically to type jsonb
HINT: Specify a USING expression to perform the conversion.
```