构建文件
parent
bb1ce7bc2c
commit
3ba3e53c14
|
@ -22,7 +22,7 @@ services:
|
||||||
limits:
|
limits:
|
||||||
memory: 4096MB
|
memory: 4096MB
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:48080/admin-api/actuator/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:48080/actuator/health"]
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
interval: 45s
|
interval: 45s
|
||||||
retries: 3
|
retries: 3
|
Loading…
Reference in New Issue