Skip to content

Commit

Permalink
[Automated] Merged master into target preview_envs_k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Mar 26, 2024
2 parents da90c46 + 137d71f commit b0eb488
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose-deps.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
ports:
- "63790:6379"
postgres:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.review.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
restart: unless-stopped
postgres:
image: mdillon/postgis:11-alpine
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.4'
services:
redis:
image: redis:5.0-alpine
image: redis:6.2-alpine
ports:
- "63790:6379"
postgres:
Expand Down
2 changes: 1 addition & 1 deletion docs/setup/native.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Vets API requires:

- Ruby 3.2.3
- PostgreSQL 15.x (including PostGIS 3)
- Redis 5.0.x
- Redis 6.2.x

The most up-to-date versions of each key dependency will be specified in the `docker-compose.yml` [file](https://github.com/department-of-veterans-affairs/vets-api/blob/master/docker-compose.yml) and the `Dockerfile`.

Expand Down

0 comments on commit b0eb488

Please sign in to comment.