Skip to content

Commit

Permalink
Merge pull request #791 from alphagov/remove-ff-v2
Browse files Browse the repository at this point in the history
`finder-frontend`: Remove separate v2 search stack
  • Loading branch information
csutter authored Nov 7, 2024
2 parents c8dee89 + 424c4c3 commit 4d26250
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 4d26250

Please sign in to comment.