Skip to content

Commit 91c292a

Browse files
committed
Fix duplicate ingest_appeal_docs in docker-compose
- Skip SENTRY_DSN is not defined warning by docker-compose
1 parent e8b0ea1 commit 91c292a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ x-server: &base_server_setup
3131
APPEALS_USER: ${APPEALS_USER}
3232
APPEALS_PASS: ${APPEALS_PASS}
3333
# Sentry
34-
SENTRY_DSN: ${SENTRY_DSN}
34+
SENTRY_DSN: ${SENTRY_DSN:-}
3535
SENTRY_SAMPLE_RATE: ${SENTRY_SAMPLE_RATE:-0.2}
3636
# Maintenance mode
3737
DJANGO_READ_ONLY: ${DJANGO_READ_ONLY:-false}

0 commit comments

Comments
 (0)