Skip to content

Conversation

@MODSetter
Copy link
Owner

@MODSetter MODSetter commented Dec 9, 2025

Description

One click installation.

Motivation and Context

FIX #

Screenshots

API Changes

  • This PR includes API changes

Change Type

  • Bug fix
  • New feature
  • Performance improvement
  • Refactoring
  • Documentation
  • Dependency/Build system
  • Breaking change
  • Other (specify):

Testing Performed

  • Tested locally
  • Manual/QA verification

Checklist

  • Follows project coding standards and conventions
  • Documentation updated as needed
  • Dependencies updated as needed
  • No lint/build errors or new warnings
  • All relevant tests are passing

High-level PR Summary

This PR introduces a one-click Docker installation for SurfSense by creating an all-in-one Docker image that bundles PostgreSQL with pgvector, Redis, and all SurfSense services (backend, frontend, Celery workers). The image supports both quick-start single-command deployment and Docker Compose setups. Major infrastructure changes include a new Dockerfile.allinone with multi-stage builds, supervisor configuration for managing multiple services, initialization scripts for database setup, and updated CI/CD workflows to build and publish the unified image. Documentation has been comprehensively updated across README files and installation guides to explain the new deployment options. Additional improvements include better Ollama configuration hints in the UI and minor URL updates from surfsense.net to surfsense.com.

⏱️ Estimated Review Time: 30-90 minutes

💡 Review Order Suggestion
Order File Path
1 Dockerfile.allinone
2 scripts/docker/supervisor-allinone.conf
3 scripts/docker/entrypoint-allinone.sh
4 scripts/docker/init-postgres.sh
5 .dockerignore
6 docker-compose.quickstart.yml
7 .github/workflows/docker_build.yaml
8 .github/workflows/docker-publish.yml
9 README.md
10 README.zh-CN.md
11 surfsense_web/content/docs/docker-installation.mdx
12 CONTRIBUTING.md
13 surfsense_web/app/layout.tsx
14 surfsense_web/components/onboard/setup-llm-step.tsx
15 surfsense_web/components/settings/model-config-manager.tsx
16 surfsense_web/contracts/enums/llm-providers.ts
17 surfsense_browser_extension/routes/pages/ApiKeyForm.tsx
18 surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx
19 surfsense_web/components/search-space-form.tsx
⚠️ Inconsistent Changes Detected
File Path Warning
surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx Reordering of onboarding cards (Start Chatting moved before Manage Team) is a UI change unrelated to Docker infrastructure
surfsense_web/components/search-space-form.tsx Relaxed validation for search space name (changed from min 3 chars to min 1 char) is a validation logic change unrelated to Docker deployment

Need help? Join our Discord

Analyze latest changes

@vercel
Copy link

vercel bot commented Dec 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
surf-sense-frontend Ready Ready Preview Comment Dec 9, 2025 9:53am

Copy link

@recurseml recurseml bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by RecurseML

🔍 Review performed on 2cf9fa7..4f5c1cf

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (19)

.dockerignore
.github/workflows/docker-publish.yml
.github/workflows/docker_build.yaml
CONTRIBUTING.md
Dockerfile.allinone
README.md
README.zh-CN.md
docker-compose.quickstart.yml
scripts/docker/entrypoint-allinone.sh
scripts/docker/init-postgres.sh
scripts/docker/supervisor-allinone.conf
surfsense_browser_extension/routes/pages/ApiKeyForm.tsx
surfsense_web/app/dashboard/[search_space_id]/onboard/page.tsx
surfsense_web/app/layout.tsx
surfsense_web/components/onboard/setup-llm-step.tsx
surfsense_web/components/search-space-form.tsx
surfsense_web/components/settings/model-config-manager.tsx
surfsense_web/content/docs/docker-installation.mdx
surfsense_web/contracts/enums/llm-providers.ts

@MODSetter MODSetter merged commit f242071 into main Dec 9, 2025
6 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants