Skip to content
This repository has been 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

Open
lastlegion opened this issue Jun 1, 2017 · 1 comment
Assignees

Comments

@lastlegion
Copy link
Contributor

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.

@lastlegion
Copy link
Contributor Author

Created seperate dockerfiles for
AnnotationLoader API: camicroscope/uAIMDataLoader@ee7a438
ImageLoader: camicroscope/ImageLoader@be23991

@lastlegion lastlegion self-assigned this Jun 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant