We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313fef0 commit d6247e2Copy full SHA for d6247e2
.env
@@ -1,5 +1,8 @@
1
COMPOSE_PROJECT_NAME=sentry_onpremise
2
SENTRY_EVENT_RETENTION_DAYS=90
3
+# You can either use a port number or an IP:PORT combo for SENTRY_BIND
4
+# See https://docs.docker.com/compose/compose-file/#ports for more
5
+SENTRY_BIND=9000
6
SENTRY_IMAGE=getsentry/sentry:latest
7
SNUBA_IMAGE=getsentry/snuba:latest
8
RELAY_IMAGE=getsentry/relay:latest
docker-compose.yml
@@ -190,7 +190,7 @@ services:
190
nginx:
191
<< : *restart_policy
192
ports:
193
- - '9000:80/tcp'
+ - '$SENTRY_BIND:80/tcp'
194
image: 'nginx:1.16'
195
volumes:
196
- type: bind
0 commit comments