Skip to content

Commit b61219c

Browse files
committed
Apply Ion's changes to api healthcheck params
1 parent f729525 commit b61219c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/swarm/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ services:
2828
- "8000" # java remote debugging
2929
healthcheck:
3030
test: ["CMD", "curl", "-f", "--insecure", "https://localhost:8080/health?check=login"]
31-
interval: 30s
32-
timeout: 10s
33-
retries: 3
31+
interval: 600s
32+
timeout: 30s
33+
retries: 2
3434
secrets:
3535
- keystorefile_20200405
3636
- keystorepswd

0 commit comments

Comments
 (0)