fix(benchmark): Pin redis and postgres versions (#11131)

This commit is contained in:
Tomi Turtiainen 2024-10-07 13:23:32 +03:00 committed by GitHub
parent 1b84b0e5e7
commit c74bc10da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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

View file

@ -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: