Merge pull request #96 from cubxxw/feat/optimize-docker-compose

refactor: remove frontend and backend services
This commit is contained in:
Rohan Verma 2025-05-13 23:19:12 -07:00 committed by GitHub
commit f291f441c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 247 additions and 59 deletions

View file

@ -119,7 +119,10 @@ SurfSense provides two installation methods:
1. **[Docker Installation](https://www.surfsense.net/docs/docker-installation)** - The easiest way to get SurfSense up and running with all dependencies containerized.
- Includes pgAdmin for database management through a web UI
- Supports environment variable customization via `.env` file
- Flexible deployment options (full stack or core services only)
- No need to manually edit configuration files between environments
- See [Docker Setup Guide](DOCKER_SETUP.md) for detailed instructions
- For deployment scenarios and options, see [Deployment Guide](DEPLOYMENT_GUIDE.md)
2. **[Manual Installation (Recommended)](https://www.surfsense.net/docs/manual-installation)** - For users who prefer more control over their setup or need to customize their deployment.