Skip to content

Commit 7f5d030

Browse files
author
Joseph Villarreal Lopez
committed
fix(neo4j): increase healthcheck timeouts
Signed-off-by: Joseph Villarreal Lopez <[email protected]>
1 parent 503d11f commit 7f5d030

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ services:
4343
- NEO4J_db_tx__log_rotation_retention__policy=false
4444
healthcheck:
4545
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider localhost:7474 || exit 1"]
46-
interval: 5s
47-
timeout: 3s
48-
retries: 5
46+
interval: 15s
47+
timeout: 30s
48+
retries: 10
4949
networks:
5050
- net
5151

0 commit comments

Comments
 (0)