Skip to content

Commit

Permalink
Merge pull request #686 from alphagov/ff-search-v2
Browse files Browse the repository at this point in the history
Update `finder-frontend` stack for new search API
  • Loading branch information
csutter authored Sep 11, 2023
2 parents 9818f66 + 96e635b commit 62104db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion projects/finder-frontend/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
finder-frontend: bundle-finder-frontend account-api content-store frontend static search-api router email-alert-api
finder-frontend: bundle-finder-frontend account-api content-store frontend static search-api search-api-v2 router email-alert-api
$(GOVUK_DOCKER) run $@-lite yarn
1 change: 1 addition & 0 deletions projects/finder-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
- nginx-proxy
- router-app
- search-api-app
- search-api-v2-app
- static-app
environment:
GOVUK_PROXY_STATIC_ENABLED: "true"
Expand Down

0 comments on commit 62104db

Please sign in to comment.