Docker
This section provides sample configurations to run Binacle.Net with Docker Compose, showcasing different features and modules. You can choose the setup that fits your needs, from basic API functionality to full-featured setups with UI and Service Modules.
1๏ธโฃ Minimal Setup
This sample demonstrates a minimal Docker Compose setup for Binacle.Net with essential features.
- Basic API functionality
- Lightweight configuration for easy setup and testing
Visit the Minimal Setup for more details.
2๏ธโฃ Full Deployment
Run Binacle.Net with all features enabled for a complete experience.
- Full-featured Binacle.Net setup
- UI Module for interactive demos
- Service Module with Azurite as a local storage provider
- Customizable bin configurations via Presets.json
- OpenTelemetry integration for monitoring
- Aspire Dashboard for observability
Visit the Full Deployment for more details.
3๏ธโฃ UI Module Only
A sample focused on running Binacle.Net with just the UI Module enabled, ideal for interactive demos or visual testing.
- UI Module for interactive demos
- Customizable bin configurations via
Presets.json
Visit the UI Module Only for more details.