devloperdevesh / devloperdevesh/FaultPlane

feat(deployment): add local docker compose environment

Open
#10 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
2
Forks
1
Avg merge
14m
Merged PRs (30d)
57

Description

Problem

New contributors currently need to manually configure multiple components before running FaultPlane locally.


Proposed Solution

Create a Docker Compose based local environment.

The setup should include:

  • FaultPlane daemon
  • Dashboard
  • Supporting services if required
  • Environment configuration

Expected command:

docker compose up


Alternatives

Manual setup requires more documentation and increases onboarding friction.


Use Case

A single-command development environment helps contributors quickly test and contribute.


Additional Notes

Related areas:

  • deployments/
  • docker-compose.yml
  • README.md

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by inspecting deployments/, the existing docker-compose.yml if present, and README.md to understand the daemon, dashboard, and supporting services. Run the proposed docker compose up command while checking the repository's current configuration. Done means contributors can start the required local environment with one command and the documented components are available.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose
Domain
developer-experience, devops, infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.