Skip to content

Commit

Permalink
Stop exposing redis port
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent dc470ab commit 22ab368
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def generate_key

def generate_key!
set_key
save
save!
end

private
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ services:
image: redis:7-alpine
volumes:
- redis_data:/data
ports:
- "6379:6379"

volumes:
tap_data:
Expand Down

0 comments on commit 22ab368

Please sign in to comment.