From 36fbc5b27d86c34ebf737c102782bbaeeba94647 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 31 Mar 2024 16:59:30 +0200 Subject: [PATCH] Fixes depends_on mysql Fixes depends_on in the lightweight version of the docker-compose as its not using a db inside the compose stack --- docker-compose.lightweight.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.lightweight.yml b/docker-compose.lightweight.yml index e05d8cd9..40ebfd2a 100644 --- a/docker-compose.lightweight.yml +++ b/docker-compose.lightweight.yml @@ -2,9 +2,6 @@ version: '3' name: zeppelin-prod services: migrate: - depends_on: - mysql: - condition: service_healthy build: &build context: . args: