Add a sample docker-compose.yaml for launching Review Board with Doc Converter.

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

Information

Review Board
release-7.x

Reviewers

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.

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

Summary ID
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.
2cae4174ce8c6255390f762bb50b3238d9588865
Description From Last Updated

This should say docker-compose.docconverter.yaml. Can we also move it below the plain mysql and postgres ones?

daviddavid

It'll still be a long line, but can we add a newline before "[document review]"?

daviddavid

Can you move this down just above the BROKER_URL line, and indent to match?

daviddavid
david
  1. 
      
  2. contrib/docker/examples/README.md (Diff revision 1)
     
     
    Show all issues

    This should say docker-compose.docconverter.yaml. Can we also move it below the plain mysql and postgres ones?

  3. contrib/docker/examples/README.md (Diff revision 1)
     
     
    Show all issues

    It'll still be a long line, but can we add a newline before "[document review]"?

  4. contrib/docker/examples/docker-compose.docconverter.yaml (Diff revision 1)
     
     
     
     
     
     
    Show all issues

    Can you move this down just above the BROKER_URL line, and indent to match?

  5. 
      
maubin
Review request changed
Commits:
Summary ID
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
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.
2cae4174ce8c6255390f762bb50b3238d9588865

Checks run (2 succeeded)

flake8 passed.
JSHint passed.
david
  1. Ship It!
  2.