Skip to content

Add Docker and Docker Compose for Local Dev #10

@codyhartsook

Description

@codyhartsook

Description:

Set up containerization for the Nanda Index to simplify local development and testing. Developers should be able to run the registry and MongoDB with a single docker-compose up --build command.

Tasks:

  • Create a Dockerfile for the registry service.
  • Add docker-compose.yaml to bring up:
    • Registry service
    • MongoDB
  • Make ports, SSL certificates, and MongoDB URI configurable via environment variables.
  • Use Docker volumes to persist MongoDB data.
  • Add a README in deploy/docker with setup instructions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions