Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions conf/docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,10 @@ services:
- ./container-volume/mc-observability/influxdb/influxdb_data:/var/lib/influxdb
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
<<: *default-health-check
interval: 10s
timeout: 10s
retries: 30
start_period: 120s

mc-observability-influx-2-init-volumes:
image: busybox:stable
Expand Down Expand Up @@ -1396,7 +1399,10 @@ services:
- ./container-volume/mc-observability/influxdb/influxdb2_data:/var/lib/influxdb
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8086/health"]
<<: *default-health-check
interval: 10s
timeout: 10s
retries: 30
start_period: 120s

##### Remove annotations if data inquiry is required with chronograf during development phase #####
# mc-observability-chronograf:
Expand Down