Skip to content

Commit

Permalink
Added some todos
Browse files Browse the repository at this point in the history
Signed-off-by: John Gomersall <thegoms@gmail.com>
  • Loading branch information
john-gom committed May 10, 2024
1 parent 1630cf4 commit ee7f53f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/decisions/managing-service-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Note that the make `ifndef` command and comments mustn't be indented.

Other projects may set the COMPOSE_PROJECT_NAME environment variable so it is important to use the `-p` parameter in `docker compose` to ensure that each dependency is loaded into its own a consistent project name.

### TODO

The following issues still need to be figured out:

* Referenced dependencies may take some time to start. This may a particular issue during tests
* Need a way to pull in dependencies in a "test" mode so that test data is set up appropriately and transient data is deleted when tests complete

### Consequences

* Good, because a single command can be run to bring up a service with all of its dependencies
Expand Down

0 comments on commit ee7f53f

Please sign in to comment.