Skip to content

Commit

Permalink
Merge branch 'main' into renovate/cache-manager-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Nov 19, 2024
2 parents 2b6b18c + 16f325d commit 3cb5474
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- backend

db:
image: postgres:13
image: postgres:17
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand All @@ -46,7 +46,7 @@ services:
- postgres_data:/var/lib/postgresql/data

redis:
image: redis:6
image: redis:7
ports:
- "6379:6379"

Expand Down

0 comments on commit 3cb5474

Please sign in to comment.