UsageΒΆ

Module to ease the creation and management of services.

The specific version for the services can be set through environment variables

$ export OPENSEARCH_VERSION=2.3.0

It can also use the centrally managed (supported) major version:

$ export OPENSEARCH_VERSION=OPENSEARCH_2_LATEST

Then it simply needs to boot up the services. Note that if no version was exported in the environment, the CLI will use the default values set in env.py.

$ docker-services-cli up --search opensearch --db postgresql --cache redis

And turn them of once they are not needed anymore:

$ docker-services-cli down