Skip to content

Commit

Permalink
Switched from Redis to Valkey.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jan 23, 2025
1 parent bbdf62b commit 6511f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Upgraded PostgreSQL to 16.4 (#27)
* Upgraded PostgreSQL to 16.6 (#28)
* Upgraded PostgreSQL to 17.2 (#29)
* Switched from Redis to Valkey (#30)

## 1.1.0

Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3"
services:
redis:
image: redis:7.0
image: valkey/valkey:8.0-alpine
network_mode: bridge

db:
image: postgres:17.2
image: postgres:17.2-alpine
network_mode: bridge
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d
Expand Down

0 comments on commit 6511f4c

Please sign in to comment.