Skip to content

Commit 522bb03

Browse files
authored
fix: missing SYMBOLICATOR_STATSD_ADDR environment var for symbolicator-cleanup (#4042)
1 parent fe477b4 commit 522bb03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,8 @@ services:
481481
symbolicator-cleanup:
482482
<<: *restart_policy
483483
image: "$SYMBOLICATOR_IMAGE"
484+
environment:
485+
SYMBOLICATOR_STATSD_ADDR: ${STATSD_ADDR:-127.0.0.1:8125}
484486
command: "cleanup -c /etc/symbolicator/config.yml --repeat 1h"
485487
volumes:
486488
- "sentry-symbolicator:/data"

0 commit comments

Comments
 (0)