chore: enhance .env.example with additional configuration options for pgAdmin and frontend build arguments

This commit is contained in:
Anish Sarkar 2026-02-26 11:19:51 +05:30
parent b06c70a61d
commit 6e2a055669

View file

@ -38,6 +38,29 @@ EMBEDDING_MODEL=sentence-transformers/all-MiniLM-L6-v2
# FRONTEND_PORT=3000
# ELECTRIC_PORT=5133
# FLOWER_PORT=5555
# REDIS_PORT=6379
# ------------------------------------------------------------------------------
# pgAdmin (dev compose only — docker-compose.dev.yml)
# ------------------------------------------------------------------------------
# PGADMIN_PORT=5050
# PGADMIN_DEFAULT_EMAIL=admin@surfsense.com
# PGADMIN_DEFAULT_PASSWORD=surfsense
# ------------------------------------------------------------------------------
# Frontend Build Args (dev compose only — docker-compose.dev.yml)
# ------------------------------------------------------------------------------
# In dev, the frontend is built from source and these are passed as build args.
# In prod, they are derived from AUTH_TYPE, ETL_SERVICE, and the port settings.
# NEXT_PUBLIC_FASTAPI_BACKEND_AUTH_TYPE=LOCAL
# NEXT_PUBLIC_ETL_SERVICE=DOCLING
# Deployment mode (self-hosted or cloud)
# NEXT_PUBLIC_DEPLOYMENT_MODE=self-hosted
# Electric auth mode (insecure or secure)
# NEXT_PUBLIC_ELECTRIC_AUTH_MODE=insecure
# ------------------------------------------------------------------------------
# Custom Domain / Reverse Proxy