restored versions of images
This commit is contained in:
parent
f185b13a3a
commit
69f6a0fd4c
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ services:
|
|||
|
||||
db:
|
||||
restart: always
|
||||
image: postgres:latest # 14-alpine
|
||||
image: postgres:14-alpine
|
||||
shm_size: 256mb
|
||||
networks:
|
||||
- internal_network
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
|
||||
redis:
|
||||
restart: always
|
||||
image: redis:latest # 6-alpine
|
||||
image: redis:6-alpine
|
||||
networks:
|
||||
- internal_network
|
||||
healthcheck:
|
||||
|
|
Loading…
Reference in a new issue