Skip to content

Conversation

@MODSetter
Copy link
Owner

@MODSetter MODSetter commented Oct 29, 2025

Description

Motivation and Context

FIX #440

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 addresses Docker backend entrypoint issues by fixing the scripts volume mounting in docker-compose, expanding the exposed port range in the Dockerfile, and replacing a deprecated model_dump import with the correct Pydantic method call in the authentication module.

⏱️ Estimated Review Time: 5-15 minutes

💡 Review Order Suggestion
Order File Path
1 surfsense_backend/app/users.py
2 docker-compose.yml
3 surfsense_backend/Dockerfile

Need help? Join our Discord

Analyze latest changes

@vercel
Copy link

vercel bot commented Oct 29, 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 Oct 29, 2025 6:45am

@MODSetter MODSetter merged commit c06a4bd into main Oct 29, 2025
5 of 6 checks passed
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 fcd15c5..5addc31

✨ No bugs found, your code is sparkling clean

✅ Files analyzed, no issues (3)

docker-compose.yml
surfsense_backend/Dockerfile
surfsense_backend/app/users.py

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.

Backend container fails with missing entrypoint when built locally

2 participants