Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian committed Sep 26, 2016
1 parent 7fb2b88 commit 808de50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SECRET_KEY='^ieqlj16uox)vi64f^at#gey*65rm6!)jy_-1p$=%!35br7ea5'
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ services:

my-sentry:
environment:
- SENTRY_SECRET_KEY='<secret-key>'
- SENTRY_SECRET_KEY='${SECRET_KEY}'
links:
- sentry-redis:redis
- sentry-postgres:postgres
image: sentry

sentry-cron:
environment:
- SENTRY_SECRET_KEY='<secret-key>'
- SENTRY_SECRET_KEY='${SECRET_KEY}'
links:
- sentry-postgres:postgres
- sentry-redis:redis
Expand All @@ -32,7 +32,7 @@ services:

sentry-worker-1:
environment:
- SENTRY_SECRET_KEY='<secret-key>'
- SENTRY_SECRET_KEY='${SECRET_KEY}'
links:
- sentry-postgres:postgres
- sentry-redis:redis
Expand Down

0 comments on commit 808de50

Please sign in to comment.