mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
fix: clean up startup process by including Supabase compose and improving container handling
Extended Description: - Use 'include:' in docker-compose.yml to properly merge Supabase services. - Update start_services.py to pass --profile during container shutdown to prevent orphan containers and leftover networks. - Update README upgrade instructions to reflect these changes. - This fixes the orphan containers, stuck 'localai_default' network, and incomplete Ollama container updates. This change ensures clean startup/shutdown cycles and improves reliability without increasing complexity.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
include:
|
||||
- ./supabase/docker/docker-compose.yml
|
||||
|
||||
volumes:
|
||||
n8n_storage:
|
||||
ollama_storage:
|
||||
|
||||
Reference in New Issue
Block a user