Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Use docker compose to create a composite container instead of using Dockerfiles #4

@lastlegion

Description

@lastlegion

Currently we're shipping multiple services in the LoaderDockerContainers:
These include:

Ideally we should be striving for 1 service per container. We can package these things together using Docker compose.

Also for certain applications we might want to scale out 1 service(say Annotation Loader API) but not the image Loader API since for lot of our usecases we load images only once but annotations are loaded throughout the lifetime of the deployment.

It also makes testing these individual components easier.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions