Skip to content

Commit

Permalink
fix(redis): Actually use custom config (#3459)
Browse files Browse the repository at this point in the history
Follow up to #3427 (comment) where we created and mounted a custom Redis config only to not use it 🤦
  • Loading branch information
BYK authored Dec 6, 2024
1 parent e535c2b commit 3834ca7
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 @@ -117,6 +117,7 @@ services:
nofile:
soft: 10032
hard: 10032
command: ["redis-server", "/usr/local/etc/redis/redis.conf"]
postgres:
<<: *restart_policy
# Using the same postgres version as Sentry dev for consistency purposes
Expand Down

0 comments on commit 3834ca7

Please sign in to comment.