Increase healthcheck timeout on CI

This commit is contained in:
antoine-de
2023-09-18 17:01:05 +02:00
committed by Andreani Jean
parent 379c44c5ce
commit d1779da92d

View File

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