mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-03 23:41:15 +00:00
Merge pull request #83 from overleaf/jpa-fix-ci
[misc] fix ci -- pin fake-gcs to a compatible version
This commit is contained in:
commit
0e6a9bd792
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ services:
|
||||||
interval: 1s
|
interval: 1s
|
||||||
retries: 20
|
retries: 20
|
||||||
gcs:
|
gcs:
|
||||||
image: fsouza/fake-gcs-server
|
image: fsouza/fake-gcs-server:v1.21.2
|
||||||
command: ["--port=9090", "--scheme=http"]
|
command: ["--port=9090", "--scheme=http"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
||||||
|
|
|
@ -55,7 +55,7 @@ services:
|
||||||
retries: 20
|
retries: 20
|
||||||
|
|
||||||
gcs:
|
gcs:
|
||||||
image: fsouza/fake-gcs-server
|
image: fsouza/fake-gcs-server:v1.21.2
|
||||||
command: ["--port=9090", "--scheme=http"]
|
command: ["--port=9090", "--scheme=http"]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
test: wget --quiet --output-document=/dev/null http://localhost:9090/storage/v1/b
|
||||||
|
|
Loading…
Reference in a new issue