Skip to content

Commit

Permalink
finder-frontend: Remove separate v2 search stack
Browse files Browse the repository at this point in the history
This was helpful back when `search-api-v2` wasn't live yet, but now we
can just rely on the regular v1/v2 switching logic in the Finder
Frontend app.
  • Loading branch information
csutter committed Nov 7, 2024
1 parent c8dee89 commit 424c4c3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions projects/finder-frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,6 @@ services:
- "3000"
command: bin/rails s --restart

finder-frontend-search-v2: &finder-frontend-search-v2
<<: *finder-frontend-app
environment:
PLEK_SERVICE_SEARCH_API_URI: http://search-api-v2-app:3000
GOVUK_PROXY_STATIC_ENABLED: "true"
VIRTUAL_HOST: finder-frontend.dev.gov.uk
BINDING: 0.0.0.0
MEMCACHE_SERVERS: memcached

finder-frontend-app-live:
<<: *finder-frontend-app
depends_on:
Expand Down

0 comments on commit 424c4c3

Please sign in to comment.