chore: pinning version for electricsql in both docker-compose files; edit .env.example

This commit is contained in:
Anish Sarkar 2026-02-25 13:00:05 +05:30
parent 2e0f75203e
commit d7a548622d
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -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:

View file

@ -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: