docs: Clarified Docker configuration model in unified orchestration.

This commit is contained in:
Scott Idem
2026-03-10 13:33:39 -04:00
parent 89e12b9f97
commit e41a6da575

View File

@@ -59,7 +59,8 @@ The API is currently in a transitional state between legacy (V1/V2) patterns and
- **Documentation:** [GUIDE__LOCAL_DEVELOPMENT.md](documentation/GUIDE__LOCAL_DEVELOPMENT.md)
### **Deployment**
- The API is typically deployed via **Docker Compose** within the `aether_container_env`.
- The API is deployed via **Docker Compose** within the **Aether Docker Environment** (`aether_container_env`).
- **Configuration (Docker)**: All settings (Database, SMTP, Ports) are managed via the master `.env` file in the `aether_container_env/` directory. No local `.env` file is required in this repository.
- **Manual Deployment:** [GUIDE__DEPLOYMENT_MANUAL.md](documentation/GUIDE__DEPLOYMENT_MANUAL.md)
---