docs: add Docker deployment instructions to README

This commit is contained in:
2026-03-29 20:39:11 -07:00
parent bcb967017f
commit 384954b27b
+19
View File
@@ -273,6 +273,25 @@ User stories are organized into epics in `docs/USER_STORIES.md`:
7. Mobile Responsiveness 7. Mobile Responsiveness
8. Data Management & Export 8. Data Management & Export
## Docker Deployment
This application can be run using Docker and Docker Compose. See [DOCKER.md](DOCKER.md) for detailed instructions.
**Quick Start:**
```bash
# Start all services (PostgreSQL + Next.js app)
docker-compose up -d
# Access the application
# http://localhost:3000
```
**Development Mode:**
```bash
# Start with hot reload
docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d
```
## License ## License
MIT License MIT License