mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
sentry changes
This commit is contained in:
parent
af008ce05e
commit
b4f2a4fe61
|
@ -2,10 +2,11 @@ FROM debian:jessie
|
||||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
language-pack-en \
|
g++ \
|
||||||
libpq5 \
|
libpq5 \
|
||||||
libpq-dev \
|
libpq-dev \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
|
locales \
|
||||||
postgresql-client-9.4 \
|
postgresql-client-9.4 \
|
||||||
postgresql-client-common \
|
postgresql-client-common \
|
||||||
python \
|
python \
|
||||||
|
|
|
@ -27,7 +27,7 @@ SENTRY_PUBLIC = False
|
||||||
|
|
||||||
# You should configure the absolute URI to Sentry. It will attempt to guess it if you don't
|
# You should configure the absolute URI to Sentry. It will attempt to guess it if you don't
|
||||||
# but proxies may interfere with this.
|
# but proxies may interfere with this.
|
||||||
# SENTRY_URL_PREFIX = 'http://sentry.example.com' # No trailing slash!
|
SENTRY_URL_PREFIX = os.environ.get('SENTRY_URL_PREFIX', 'http://sentry.example.com') # No trailing slash!
|
||||||
|
|
||||||
SENTRY_WEB_HOST = '0.0.0.0'
|
SENTRY_WEB_HOST = '0.0.0.0'
|
||||||
SENTRY_WEB_PORT = 9000
|
SENTRY_WEB_PORT = 9000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user