From 06780b1a427b768151be37dd04e9da45f1930b96 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Tue, 14 Jan 2025 13:35:19 -0500 Subject: [PATCH] .. --- docker-compose.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 137f8f92..0593d444 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -557,7 +557,7 @@ services: container_name: castopod depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -1707,7 +1707,7 @@ services: container_name: hortusfox depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -1872,6 +1872,11 @@ services: create_host_path: true invoice_ninja: container_name: invoice_ninja + depends_on: + mariadb: + condition: service_started + required: true + restart: true environment: APP_DEBUG: true APP_KEY: ${IN_APP_KEY} @@ -3439,7 +3444,7 @@ services: container_name: paperless-ngx depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true environment: @@ -6089,7 +6094,7 @@ services: container_name: wallabag depends_on: mariadb: - condition: service_healthy + condition: service_started required: true restart: true redis: