Skip to content

Commit e293621

Browse files
committed
Update README
1 parent 0ca2ee9 commit e293621

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ and run the consumer service on our local machine. This setup includes:
3333
- An SQS queue named `sqs-senzing-local-redo`
3434
- A local PostgreSQL database
3535
- A database initialization container to set up the Senzing schema
36-
- ~~The Senzing consumer service~~ (in development)
36+
- The Senzing consumer service
3737
- A `tools` container with the [Senzing v4 SDK][senzing-sdk] and
3838
[`awslocal`][awslocal] wrapper for interacting with LocalStack services
3939

@@ -57,6 +57,12 @@ and run the consumer service on our local machine. This setup includes:
5757
docker compose run tools /bin/bash
5858
```
5959

60+
1. Spinning up a consumer service:
61+
62+
```bash
63+
docker compose run --env AWS_PROFILE_NAME="some-profile-name" --env Q_URL="https://some-sqs-queue-url" consumer
64+
```
65+
6066
### Using the services
6167

6268
The `tools` container should be configured with the necessary environment

0 commit comments

Comments
 (0)