This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Implement docker-compose for registry components #216
Comments
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 10, 2021
Refer to the task nasa-pds-engineering-node/pds-registry-app#216 This commit adds the docker composer related files that are used to start registry components as groups of components OR as independent components.
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 21, 2021
…try Loader with test data Refer to the task nasa-pds-engineering-node/pds-registry-app#216
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 22, 2021
* Rename registry.env to .env, inorder to simplify the docker-compose command * Add default values to networks.pds in docker-compose.yml * Use #!/bin/sh in shell scripts * Add README file with detailed instructions Refer to the task nasa-pds-engineering-node/pds-registry-app#216
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 22, 2021
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 22, 2021
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 22, 2021
ramesh-maddegoda
added a commit
to NASA-PDS/registry
that referenced
this issue
Dec 22, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is a subtask of #208.
💪 Motivation
...so that it is possible to start registry components as groups of components OR independent components as follows.
Example:
docker-compose --profile=services up (starts all backend services such as Elasticsearch and registry-api)
docker-compose --profile=tools up (starts all ingestion tools such as Harvest and Registry Manager)
docker-compose --profile=elastic up (starts only the Elasticsearch)
docker-compose --profile=api up (starts only the registry-api)
The text was updated successfully, but these errors were encountered: