Files
metabuilder/docs/deployments/README.md

28 lines
661 B
Markdown

# Deployments & Infrastructure
Configuration and guides for deploying MetaBuilder to various environments.
## Docker Deployment
- Docker configuration for development
- Docker Compose setup
- Container orchestration
## Production Deployment
- Production-ready configuration
- Environment setup
- Scaling and performance
## Infrastructure as Code
- Docker files and compose configurations
- Deployment automation
- Database initialization
## Related Resources
- [Architecture: Deployment](../architecture/deployment.md)
- [Security: Database Protection](../security/secure-database.md)
- [Database Migrations](../migrations/)