Add Doc Converter to the sample docker-compose.yaml configurations.

Review Request #14199 — Created Oct. 11, 2024 and updated — Latest diff uploaded

Information

Review Board
master

Reviewers

This updates our existing sample docker compose config files to show how to
launch Review Board alongside an instance of Doc Converter, the document
conversion service needed for Power Pack's document review feature.

The configs now have an instruction step for dealing with "optional services",
which are any services that we may include in the file but are optional. For
now RabbitMQ and Doc Converter are the only optional services, but in the
future we'll add Review Bot too.

The instructions for the RabbitMQ service make it clear that it can be
used with multiple services, not just Doc Converter, and lists the
services that require it.

Tested this sample docker-compose and successfully ran the containers. Was
able to upload documents to the Review Board server and have them converted.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Add a sample docker-compose.yaml for launching Review Board with Doc Converter.
This adds a sample docker compose config file that shows how to launch Review Board alongside an instance of Doc Converter, the document conversion service needed for Power Pack's document review feature. The comments in the file also point to Power Pack's documentation for instructions on other ways to set up the Doc Converter service.
d74fce01eec43fb8a9d45a65f58bcaa8b8e5c197 Michelle Aubin
contrib/docker/examples/README.md
contrib/docker/examples/docker-compose.docconverter.yaml
Loading...