Skip to content

Add Docker Compose configuration` #56

Description

@Nemenwq

Labels: backend, good first issue

Dependencies: None (recommended after Issue #26 so it aligns with service env needs).

Context:
Local dev should be one command to start dependencies.

Tasks:

  • Add services:
    • Postgres
    • Redis
  • Provide named volumes so DB persists across restarts.
  • Document which env vars map to compose services (DATABASE_URL, REDIS_URL).

Scope:

  • In scope: Postgres + Redis (and optional Stellar quickstart).
  • Out of scope: Production deploy.

Acceptance Criteria:

  • docker-compose up starts services.
  • Backend connects to DB + Redis.

Files: docker-compose.yml, .env.example

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions