Skip to content

Commit

Permalink
Modified 'Direct Dependencies' section & added the 'Configuration' he…
Browse files Browse the repository at this point in the history
…ader to `dockerhub.md`.
  • Loading branch information
dmccoystephenson committed Nov 27, 2023
1 parent 31c2da4 commit 17ac4aa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/dockerhub.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ The image expects the following environment variables to be set:
- DOCKER_SHARED_VOLUME

## Direct Dependencies
The ODE will fail to start up if the following containers are not already present:
- Kafka
- Zookeeper (relied on by Kafka)
The ODE will fail to start up if the following containers/services are not already present:
- Kafka or Confluent & related requirements
- Zookeeper (relied on by Kafka when run locally)

## Indirect Dependencies
Some functionality will be unreachable without the participation of the following programs (except by directly pushing to kafka topics):
Expand All @@ -28,7 +28,10 @@ Some functionality will be unreachable without the participation of the followin
- jpo-sdw-depositor
- jpo-s3-deposit

## Example docker-compose.yml with direct dependencies:
## Configuration
For further configuration options, see the [GitHub repository](https://github.com/usdot-jpo-ode/jpo-ode).

### Example docker-compose.yml with direct dependencies:
```
version: '3'
services:
Expand Down

0 comments on commit 17ac4aa

Please sign in to comment.