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"