From f88bec0ab91e55ad6561bc776fac1645ee184002 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 25 Jun 2025 16:13:12 -0400 Subject: [PATCH] Plant-It dependency fix. --- docker-compose.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index e5fa3d40..2966954a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4235,8 +4235,12 @@ services: plant-it: container_name: plant-it depends_on: - - mariadb - - redis + mariadb: + condition: service_started + required: true + plant-it-valkey: + condition: service_healthy + required: true environment: MYSQL_HOST: mariadb MYSQL_PORT: 3306