forked from Ivasoft/geovisio-website
Increase healthcheck timeout on CI
This commit is contained in:
committed by
Andreani Jean
parent
379c44c5ce
commit
d1779da92d
@@ -6,9 +6,7 @@ services:
|
||||
- $PROJECT_DIR:/src
|
||||
working_dir: /src
|
||||
command: >
|
||||
sh -c "apk add --update --no-cache curl
|
||||
&& yarn install
|
||||
&& yarn start"
|
||||
sh -c "apk add --update --no-cache curl && yarn install && yarn start"
|
||||
environment:
|
||||
PORT: 5173
|
||||
VITE_API_URL: http://api.localtest.me:5000
|
||||
@@ -25,7 +23,7 @@ services:
|
||||
timeout: 10s
|
||||
interval: 1s
|
||||
retries: 20
|
||||
start_period: 3s
|
||||
start_period: 5s
|
||||
networks:
|
||||
geovisio:
|
||||
aliases:
|
||||
|
||||
Reference in New Issue
Block a user