Add root .env.example Compose pointer (no secrets).

Co-authored-by: Cursor <cursoragent@cursor.com>
pull/26/head
ahmed.mujtaba 2026-08-24 21:28:16 +05:00
parent 0a6dd688fb
commit f8685c04fe
1 changed files with 4 additions and 0 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
# Copy to `.env` at the repo root (gitignored) if you want plain
# `docker compose up -d --build` to interpolate ${FRONTEND_PORT} etc.
# from backend/.env. Secrets stay in backend/.env only — never commit .env.
COMPOSE_ENV_FILES=./backend/.env