mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
fix(benchmark): Pin redis and postgres versions (#11131)
This commit is contained in:
parent
1b84b0e5e7
commit
c74bc10da5
|
@ -7,7 +7,7 @@ services:
|
|||
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
image: postgres:16.4
|
||||
restart: always
|
||||
user: root:root
|
||||
environment:
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
image: redis:6.2.14-alpine
|
||||
restart: always
|
||||
ports:
|
||||
- 6379:6379
|
||||
|
@ -17,7 +17,7 @@ services:
|
|||
timeout: 3s
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
image: postgres:16.4
|
||||
restart: always
|
||||
environment:
|
||||
- POSTGRES_DB=n8n
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||
|
||||
redis:
|
||||
image: redis:6-alpine
|
||||
image: redis:6.2.14-alpine
|
||||
ports:
|
||||
- 6379:6379
|
||||
healthcheck:
|
||||
|
@ -16,7 +16,7 @@ services:
|
|||
timeout: 3s
|
||||
|
||||
postgres:
|
||||
image: postgres:16
|
||||
image: postgres:16.4
|
||||
user: root:root
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue