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
|
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16.4
|
||||||
restart: always
|
restart: always
|
||||||
user: root:root
|
user: root:root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6-alpine
|
image: redis:6.2.14-alpine
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
@ -17,7 +17,7 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16.4
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=n8n
|
- POSTGRES_DB=n8n
|
||||||
|
|
|
@ -7,7 +7,7 @@ services:
|
||||||
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
- ${MOCK_API_DATA_PATH}/mappings:/home/wiremock/mappings
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6-alpine
|
image: redis:6.2.14-alpine
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
@ -16,7 +16,7 @@ services:
|
||||||
timeout: 3s
|
timeout: 3s
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:16
|
image: postgres:16.4
|
||||||
user: root:root
|
user: root:root
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue