Add root .env.example Compose pointer (no secrets).
Co-authored-by: Cursor <cursoragent@cursor.com>pull/26/head
parent
0a6dd688fb
commit
f8685c04fe
|
|
@ -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
|
||||
Loading…
Reference in New Issue