Skip to content

Commit

Permalink
fix: Make relay depend on web for DNS resolution (#934)
Browse files Browse the repository at this point in the history
This is a stop-gap solution to #918 until we figure out the negative DNS caching issue inside `relay`. This may also be due to Docker Compose making some assumptions/optimizations/limiting regarding cross-container access unless they are explicitly linked via the `depends_on` key.
  • Loading branch information
BYK authored Apr 26, 2021
1 parent 60e947d commit a95b9fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ services:
depends_on:
- kafka
- redis
- web
volumes:
sentry-data:
external: true
Expand Down

0 comments on commit a95b9fa

Please sign in to comment.