Commit Graph

27 Commits

Author SHA1 Message Date
Yury Kossakovsky
d8f738303b Update DATABASE_URL in docker-compose.yml to point to langfuse database
- Changed the DATABASE_URL environment variable for the langfuse worker service to connect to the langfuse database instead of the default postgres database, ensuring proper database configuration for the application.
2025-05-15 18:45:52 -06:00
Yury Kossakovsky
39c16f2bc5 Update n8n service configuration in docker-compose.yml
- Removed the npm install command for cheerio from the n8n service to streamline the startup process.
- Added environment variables NODE_FUNCTION_ALLOW_BUILTIN and NODE_FUNCTION_ALLOW_EXTERNAL to allow specific built-in and external modules, enhancing the flexibility of the n8n service.
2025-05-14 14:11:41 -06:00
Yury Kossakovsky
e28a4980fb Update n8n command in docker-compose.yml to simplify syntax
- Modified the command for the n8n service in the docker-compose.yml file to use a simplified shell invocation, enhancing readability while maintaining functionality.
2025-05-14 11:44:45 -06:00
Yury Kossakovsky
c125625679 Add npm install command for cheerio in n8n service
- Updated the docker-compose.yml file to include a command that installs the cheerio package before starting the n8n service. This ensures that the necessary dependencies are available for the application to function correctly.
2025-05-14 11:44:45 -06:00
Yury Kossakovsky
97492aa158 Merge remote-tracking branch 'upstream' 2025-05-12 10:49:37 -06:00
Cole Medin
ff410a2699 Merge pull request #51 from cprima-forks/fix/startup-include-supabase-compose
fix(start_services): clean up startup process by including Supabase compose and improving container handling
2025-05-12 07:02:06 -05:00
Yury Kossakovsky
bb8703b88b Remove container_name from n8n-worker service in Docker Compose for consistency with service naming conventions. 2025-05-09 17:16:07 -06:00
Yury Kossakovsky
3d24791cc0 Add container_name to n8n-worker and postgres services in Docker Compose for clarity 2025-05-09 17:15:35 -06:00
Yury Kossakovsky
dbbc89eefc Remove container_name from n8n-worker service in Docker Compose for consistency with service naming conventions. 2025-05-09 17:14:19 -06:00
Yury Kossakovsky
25e915a729 Add n8n worker count configuration to Docker Compose and secrets generation script
- Introduced a new deploy section in docker-compose.yml to set the number of n8n worker replicas based on the N8N_WORKER_COUNT environment variable.
- Enhanced 03_generate_secrets.sh to prompt users for the number of n8n workers, including validation and confirmation steps for input, ensuring a positive integer is set.
- Updated generated values and found variables to include N8N_WORKER_COUNT for better environment management.
2025-05-09 17:08:54 -06:00
Yury Kossakovsky
1128e71534 Update Docker Compose configuration and enhance final report script
- Changed the database host in docker-compose.yml from 'db' to 'postgres' for clarity.
- Added a function in 06_final_report.sh to check if specific profiles are active, improving the conditional display of service access credentials based on active profiles.
2025-05-09 16:56:56 -06:00
Yury Kossakovsky
b7ff4399d1 Add service profiles to docker-compose.yml and implement service selection wizard
- Added profiles for various services in docker-compose.yml to enhance service management.
- Introduced a new interactive wizard script (04_wizard.sh) for user-friendly service selection during installation.
- Updated installation script (install.sh) to incorporate the service selection process.
- Added final report script (06_final_report.sh) to summarize installation steps and provide access credentials.
- Enhanced system preparation script (01_system_preparation.sh) by including 'whiptail' for the wizard functionality.
2025-05-09 15:24:13 -06:00
Leex
5645075eb9 Added flowise Authentication 2025-05-09 22:47:49 +02:00
Yury Kossakovsky
8efb37c8b3 Add LANGFUSE initialization variables to .env.example and docker-compose.yml
- Introduced new environment variables for LANGFUSE initialization, including public key, secret key, user email, and user password.
- Updated docker-compose.yml to set default values for organization and project identifiers, enhancing configuration clarity.
- Modified 03_generate_secrets.sh to generate and include new LANGFUSE-related secrets in the environment setup process.
2025-05-08 16:04:59 -06:00
Yury Kossakovsky
6409d8c1b7 Add AUTH_DISABLE_SIGNUP environment variable to docker-compose.yml for enhanced configuration options 2025-05-07 13:26:30 -06:00
Yury Kossakovsky
5513b821bd Fix NEXTAUTH_URL syntax in docker-compose.yml for correct environment variable interpolation 2025-05-05 14:59:28 -06:00
Yury Kossakovsky
6d46e4b0c1 Refactor docker-compose.yml for improved service management
- Removed the ollama service configurations to streamline the setup.
- Enhanced n8n service environment variables for better configuration and performance.
- Added new services for Grafana, Prometheus, and Node Exporter to support monitoring.
- Updated existing services to ensure proper dependencies and health checks.
- Improved volume management and entrypoint scripts for n8n import functionality.
2025-05-05 14:01:13 -06:00
Christian Prior-Mamulyan
6e2a7e3317 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.
2025-04-27 23:15:34 +02:00
Cole Medin
a687b281c5 Fixing Langfuse port or Caddy env var 2025-04-26 20:40:42 -05:00
Cole Medin
18e0f76404 Fixing issue where webhook URL is always localhost for n8n even if deployed in the cloud with a domain 2025-04-25 08:36:35 -05:00
Cole Medin
531a3c0e22 Adding Langfuse instructions for cloud deployment of the local AI stack 2025-04-24 19:53:39 -05:00
Cole Medin
b5fd255ee6 Quick port update for Langfuse 2025-04-19 06:17:42 -05:00
Cole Medin
ee90434474 Adding Langfuse! 2025-04-18 21:33:36 -05:00
Cole Medin
3ef0a27513 (More coming soon) Ollama context length and README fix 2025-04-12 08:40:11 -05:00
Cole Medin
cf4d9b8a50 Initial addition of SearXNG and Caddy 2025-03-08 12:17:01 -06:00
Cole Medin
b303716c89 Local Agentic RAG Agent 2025-03-03 14:10:29 -06:00
Cole Medin
bf966e9d6d Initial Commit for Revamped Local AI Package with Supabase 2025-02-16 15:12:32 -06:00