mirror of
https://github.com/xbgmsharp/postgsail.git
synced 2025-09-17 11:17:46 +00:00
Add docker healthy check for Grafana
This commit is contained in:
@@ -59,6 +59,12 @@ services:
|
||||
logging:
|
||||
options:
|
||||
max-size: 10m
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "sh -c 'curl --fail http://localhost:3000/healthz || exit 1'"]
|
||||
interval: 60s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
start_period: 100s
|
||||
|
||||
volumes:
|
||||
data: {}
|
||||
|
Reference in New Issue
Block a user