|
# Compose pointer only — NO secrets here.
|
|
# Makes `docker compose up -d --build` read ${FRONTEND_PORT}, ${BACKEND_PORT}, …
|
|
# from backend/.env without typing --env-file every time.
|
|
# All credentials and app config live in backend/.env.
|
|
COMPOSE_ENV_FILES=./backend/.env
|