mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
chore: pinning version for electricsql in both docker-compose files; edit .env.example
This commit is contained in:
parent
2e0f75203e
commit
d7a548622d
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
|
|||
# FLOWER_PORT=5555
|
||||
|
||||
# Frontend URL used by backend for CORS and OAuth redirects.
|
||||
# Auto-derived from FRONTEND_PORT for localhost. Set explicitly for reverse proxy.
|
||||
# Auto-derived from FRONTEND_PORT for localhost. (Set explicitly for reverse proxy)
|
||||
# NEXT_FRONTEND_URL=http://localhost:3000
|
||||
|
||||
# Backend URL for OAuth callback redirects (set when behind a reverse proxy)
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ services:
|
|||
# - celery_worker
|
||||
|
||||
electric:
|
||||
image: electricsql/electric:latest
|
||||
image: electricsql/electric:1.4.6
|
||||
ports:
|
||||
- "${ELECTRIC_PORT:-5133}:3000"
|
||||
# depends_on:
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ services:
|
|||
# restart: unless-stopped
|
||||
|
||||
electric:
|
||||
image: electricsql/electric:latest
|
||||
image: electricsql/electric:1.4.6
|
||||
ports:
|
||||
- "${ELECTRIC_PORT:-5133}:3000"
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue