Skip to content

Commit

Permalink
making sure that local dev runs (#490)
Browse files Browse the repository at this point in the history
* making sure that local dev runs

* making sure that local dev runs
  • Loading branch information
osimuka authored Dec 17, 2024
1 parent 191f373 commit c251130
Show file tree
Hide file tree
Showing 4 changed files with 142 additions and 122 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ services:

redis:
image: redis:7.4.1
command: ["redis-server", "--save", ""] # Disable RDB snapshot saving
ports:
- "6379:6379"

Expand Down
Loading

0 comments on commit c251130

Please sign in to comment.