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:
Christian Prior-Mamulyan
2025-04-27 23:01:15 +02:00
parent a687b281c5
commit 6e2a7e3317
3 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +1,6 @@
include:
- ./supabase/docker/docker-compose.yml
volumes:
n8n_storage:
ollama_storage: