mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
- Updated the is_supabase_enabled function to read COMPOSE_PROFILES from the .env file instead of os.environ, improving clarity. - Simplified the run_command function by removing the unused env parameter. - Refined the stop_existing_containers function to streamline the shutdown process for the 'localai' project, conditionally including the Supabase compose file. - Enhanced logging for better user feedback during service management operations. - Adjusted the scripts for generating secrets and applying updates to improve clarity and functionality.