mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-08 11:42:38 +00:00
pin fake-gcs to 1.21.2 to prevent acceptance-test errors
This commit is contained in:
parent
7dcff116a0
commit
8989735c69
2 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ services:
|
|||
interval: 1s
|
||||
retries: 20
|
||||
gcs:
|
||||
image: fsouza/fake-gcs-server
|
||||
image: fsouza/fake-gcs-server:v1.21.2
|
||||
command: ["--port=9090", "--scheme=http"]
|
||||
healthcheck:
|
||||
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
||||
|
|
|
@ -69,7 +69,7 @@ services:
|
|||
interval: 1s
|
||||
retries: 20
|
||||
gcs:
|
||||
image: fsouza/fake-gcs-server
|
||||
image: fsouza/fake-gcs-server:v1.21.2
|
||||
command: ["--port=9090", "--scheme=http"]
|
||||
healthcheck:
|
||||
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
||||
|
|
Loading…
Reference in a new issue