File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ services:
1818 volumes :
1919 - ./tests_override.xml:/bitnami/clickhouse/etc/conf.d/override.xml:ro
2020 healthcheck :
21- test : ["CMD-SHELL ", "sleep 15 "]
22- interval : 15s
21+ test : ["CMD", "true "]
22+ interval : 5s
2323 timeout : 1s
2424 retries : 1
25- start_period : 0s
25+ start_period : 15s
2626
2727 mysql_db :
2828 image : mysql:8.4.3
@@ -37,11 +37,11 @@ services:
3737 networks :
3838 - default
3939 healthcheck :
40- test : ["CMD-SHELL ", "sleep 15 "]
41- interval : 15s
40+ test : ["CMD", "true "]
41+ interval : 5s
4242 timeout : 1s
4343 retries : 1
44- start_period : 0s
44+ start_period : 15s
4545
4646 mariadb_db :
4747 image : mariadb:11.5.2
@@ -56,11 +56,11 @@ services:
5656 volumes :
5757 - ./test_mariadb.cnf:/etc/mysql/my.cnf:ro # Adjust path to MariaDB config location if needed
5858 healthcheck :
59- test : ["CMD-SHELL ", "sleep 15 "]
60- interval : 15s
59+ test : ["CMD", "true "]
60+ interval : 5s
6161 timeout : 1s
6262 retries : 1
63- start_period : 0s
63+ start_period : 15s
6464
6565 replicator :
6666 build :
You can’t perform that action at this time.
0 commit comments