mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-08 06:43:22 +00:00
- Introduced a new function, get_all_profiles, to extract profile names from the docker-compose.yml file. - Updated the stop_existing_containers function to include all profiles when stopping services, ensuring a comprehensive shutdown of all relevant containers. - Added the yaml module to handle YAML file parsing. - Updated system preparation script to install python3-yaml package for YAML support.