update postgres and redis in docker-compose

Changelog: Changed
This commit is contained in:
Norm 2022-09-03 19:57:14 -04:00
parent 500c0be179
commit 10e7e65279
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ services:
redis: redis:
restart: always restart: always
image: redis:4.0-alpine image: redis:7.0-alpine
networks: networks:
- internal_network - internal_network
volumes: volumes:
@ -27,7 +27,7 @@ services:
db: db:
restart: always restart: always
image: postgres:12.2-alpine image: postgres:14.5-alpine
networks: networks:
- internal_network - internal_network
env_file: env_file: