From 27e7176236139d201aefd33d2ed223ad032dbaca Mon Sep 17 00:00:00 2001 From: CHdlewis <78490941+CHdlewis@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:00:08 +0100 Subject: [PATCH] Update README.md Added notes about docker. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1a61ef1b..bae9b3ed 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,13 @@ Name | Description TEST_DATA_GENERATOR_PORT | Configured port application runs on. | ✓ | | 4022 MONGODB_URL | Mongo database URL. | ✓ | | mongodb://localhost:27017 BARCODE_SERVICE_URL | URL of barcode service | ✓ | | http://localhost:9000 + + +## Docker +If you wish to use this application using Docker in the CHS Development Environment you must add the following to the Docker-Compose.json +docker-chs-development/services/modules/test-utils/test-data-generator.docker-compose.yaml + +### Debug Variable +Name | Description | Mandatory | Default | Example +-------------------------------------- | ---------------------------------------- | --------- | ------- | ----------------- +API_URL | URL to run the test generator | ✓ | | http://api.chs.local:4000