mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: update Docker configuration to rename frontend to web, adjust environment variable references for database and Redis connections
This commit is contained in:
parent
211309f3ac
commit
2958d1c06a
4 changed files with 59 additions and 40 deletions
|
|
@ -63,6 +63,25 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
|
|||
# DB_USER=surfsense
|
||||
# DB_PASSWORD=surfsense
|
||||
# DB_NAME=surfsense
|
||||
# DB_HOST=db
|
||||
# DB_PORT=5432
|
||||
|
||||
# SSL mode for database connections: disable, require, verify-ca, verify-full
|
||||
# DB_SSLMODE=disable
|
||||
|
||||
# Full DATABASE_URL override — when set, takes precedence over the individual
|
||||
# DB_USER / DB_PASSWORD / DB_NAME / DB_HOST / DB_PORT settings above.
|
||||
# Use this for managed databases (AWS RDS, GCP Cloud SQL, Supabase, etc.)
|
||||
# DATABASE_URL=postgresql+asyncpg://user:password@your-rds-host:5432/surfsense?sslmode=require
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Redis (defaults work out of the box)
|
||||
# ------------------------------------------------------------------------------
|
||||
# Full Redis URL override for Celery broker, result backend, and app cache.
|
||||
# Use this for managed Redis (AWS ElastiCache, Redis Cloud, etc.)
|
||||
# Supports auth: redis://:password@host:port/0
|
||||
# Supports TLS: rediss://:password@host:6380/0
|
||||
# REDIS_URL=redis://redis:6379/0
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Electric SQL (real-time sync credentials)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue