Skip to content

Commit

Permalink
Tweak project name, document volume ephemerality
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Dec 1, 2021
1 parent e8785a0 commit 2573e87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
COMPOSE_PROJECT_NAME=sentry_self_hosted
COMPOSE_PROJECT_NAME=sentry-self-hosted
SENTRY_EVENT_RETENTION_DAYS=90
# You can either use a port number or an IP:PORT combo for SENTRY_BIND
# See https://docs.docker.com/compose/compose-file/#ports for more
Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ services:
web:
<<: *depends_on-healthy
volumes:
# These store application data that should persist across restarts.
sentry-data:
external: true
sentry-postgres:
Expand All @@ -371,6 +372,8 @@ volumes:
external: true
sentry-symbolicator:
external: true

# These store ephemeral data that needn't persist across restarts.
sentry-secrets:
sentry-smtp:
sentry-zookeeper-log:
Expand Down

0 comments on commit 2573e87

Please sign in to comment.