Skip to content

Commit 6c1e3d8

Browse files
committed
even more timeout
1 parent b931f09 commit 6c1e3d8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

deploy/local.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
network_mode: host
1717
depends_on:
1818
redis:
19-
condition: service_healthy
19+
condition: service_started
2020
build:
2121
context: ../
2222
dockerfile: ./deploy/dotcom/dev/1/Dockerfile
@@ -37,15 +37,17 @@ services:
3737
- 4001
3838
healthcheck:
3939
test: curl --fail http://localhost:4001/_health || exit 1
40-
interval: 30s
40+
interval: 60s
4141
retries: 20
42-
start_period: 180s
42+
start_period: 240s
4343
timeout: 60s
4444
volumes:
4545
- ../:/app
4646

4747
a11y-test:
4848
image: mcr.microsoft.com/playwright:v1.42.1-jammy
49+
healthcheck:
50+
disable: true
4951
depends_on:
5052
dotcom:
5153
condition: service_healthy

0 commit comments

Comments
 (0)