This commit is contained in:
@@ -23,7 +23,7 @@ services:
|
||||
networks:
|
||||
- light-network
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8080/actuator/health"]
|
||||
test: ["CMD", "curl", "-f", "https://localhost:8443/actuator/health", "--insecure"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
Reference in New Issue
Block a user