Skip to content

Commit

Permalink
Add a depends_on email-alert-api to content-data
Browse files Browse the repository at this point in the history
content-data-admin now depends on email-alert-api to retrieve metrics about the
number of email subscriptions.
  • Loading branch information
peteglondon committed Jan 10, 2024
1 parent 474dd0f commit 6b2ef72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/content-data-admin/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
content-data-admin: bundle-content-data-admin content-data-api
content-data-admin: bundle-content-data-admin content-data-api email-alert-api
$(GOVUK_DOCKER) run $@-lite bin/rake db:prepare
$(GOVUK_DOCKER) run $@-lite env RAILS_ENV=test bin/rake db:prepare
$(GOVUK_DOCKER) run $@-lite yarn
1 change: 1 addition & 0 deletions projects/content-data-admin/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
<<: *content-data-admin
depends_on:
- content-data-api-app
- email-alert-api-app
- nginx-proxy
- postgres-13
expose:
Expand Down

0 comments on commit 6b2ef72

Please sign in to comment.