Deploy Bacalhau using Docker Compose #4595
Labels
request/new
Request: Indicates a new request that has been submitted and awaits initial triage
type/enhancement
Type: New features or enhancements to existing features
Is your feature request related to a problem? Please describe.
Since Bacalhau is a distributed system with multiple components, it is critical to have a reliable method for end-to-end testing. Also, it's important that these tests closely resemble a real production environment without relying on mocks.
Additionally, it is important to have an easy way for new users of Bacalhau to quickly experiment with the system on their own local machines, without the need, or the complexity, or the overhead to deploy on a public cloud.
Describe the solution you'd like
The suggested solution is to deploy different components of Bacalhau using Docker Compose, while utilizing the Docker-in-Docker capability.
This solution:
Describe alternatives you've considered
Alternatives would be to standup different processes on a single host, where each process is a different component of Bacalhau
Additional context**
Few TODOs to keep in mind for later:
The text was updated successfully, but these errors were encountered: