From 77b95427afbc8ddd15d5eafa3e9706f0e16cc85e Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 10 Aug 2024 21:29:06 +0200 Subject: [PATCH] Arion: Remove outline depends_on --- hosts/franz/arion/wiki/arion-compose.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/franz/arion/wiki/arion-compose.nix b/hosts/franz/arion/wiki/arion-compose.nix index 02a7269..5a969cf 100644 --- a/hosts/franz/arion/wiki/arion-compose.nix +++ b/hosts/franz/arion/wiki/arion-compose.nix @@ -45,10 +45,6 @@ "/home/ghoscht/.docker/wiki/outline.env" ]; restart = "always"; - depends_on = { - redis = {condition = "service_healthy";}; - postgres = {condition = "service_healthy";}; - }; networks = [ "dmz" "internal"