docker: ensure Clickhouse container is restarted on failure

This commit is contained in:
Vincent Bernat
2022-07-10 12:14:51 +02:00
parent 226c902e12
commit b032f565ac

View File

@@ -104,6 +104,7 @@ services:
- akvorado-clickhouse:/var/lib/clickhouse
environment:
- CLICKHOUSE_INIT_TIMEOUT=60
restart: unless-stopped
healthcheck:
interval: 30s
timeout: 10s