Skip to content

Add a docker-compose.yml for local development #133

Description

@james2177

Description

Local dev currently means npm install && npm run dev against in-memory state — there's no docker-compose.yml anywhere in the repo. Once persistence (category C) introduces a real datastore dependency, contributors need one command to stand up the full local stack.

Requirements and context

Suggested execution

  1. Fork the repo and create a branch
    git checkout -b dx/docker-compose-local-dev
    
  2. Implement changes
    Relevant files:
  • docker-compose.yml
  1. Test and commit

    • Run npm run lint && npm run typecheck && npm test && npm run test:e2e
    • Include test output / screenshots or logs demonstrating the fix in the PR

    Example commit message:

    feat: add docker-compose setup for local development
    

Guidelines

  • Assignment required before starting — comment to claim this issue
  • PR description must include: Closes #[this issue's number]
  • Timeframe: 96 hours from assignment
  • Complexity: High (200 points)

Part of the Drips Wave for vortex-backend.

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions