Skip to content

Commit

Permalink
fix: pass secret to django worker (#24112)
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-lo7 authored Aug 1, 2024
1 parent d9eb2c5 commit 3bdf79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.hobby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ services:
environment:
SENTRY_DSN: $SENTRY_DSN
SITE_URL: https://$DOMAIN
SECRET_KEY: $POSTHOG_SECRET
depends_on:
- db
- redis
Expand Down

0 comments on commit 3bdf79b

Please sign in to comment.