mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #26021 from overleaf/csh-issue-25976-dev-env-ci
Upgrade to Redis 7.4 in dev and CI GitOrigin-RevId: 068e54899bf50a247fedd0243d66f1545bc7cf01
This commit is contained in:
committed by
Copybot
parent
9ba772b18f
commit
fe64856be7
@@ -45,7 +45,7 @@ services:
|
||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
command: npm run --silent test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -66,7 +66,7 @@ services:
|
||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
command: npm run --silent test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -48,7 +48,7 @@ services:
|
||||
command: npm run --silent test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -43,7 +43,7 @@ services:
|
||||
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
|
||||
user: root
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping="$$(redis-cli ping)" && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -46,7 +46,7 @@ services:
|
||||
command: npm run --silent test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
healthcheck:
|
||||
test: ping=$$(redis-cli ping) && [ "$$ping" = 'PONG' ]
|
||||
interval: 1s
|
||||
|
||||
@@ -86,7 +86,7 @@ services:
|
||||
user: root
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
|
||||
mongo:
|
||||
image: mongo:7.0.20
|
||||
|
||||
@@ -84,7 +84,7 @@ services:
|
||||
- "cypress:run-ct"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
image: redis:7.4.3
|
||||
|
||||
mongo:
|
||||
image: mongo:7.0.20
|
||||
|
||||
Reference in New Issue
Block a user