Skip to content

Commit

Permalink
Remove solr devcontainer from docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Feb 5, 2025
1 parent ec93d70 commit d4d0a28
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,5 @@ services:
command:
- serve

solr:
image: solr:latest
restart: unless-stopped
volumes:
- solr_data:/var/solr
command:
- bash
- -c
- 'precreate-core renku-search-dev; exec solr -f -Dsolr.modules=analysis-extras'
ports:
- "8983:8983"

volumes:
postgres-data:
solr_data:

0 comments on commit d4d0a28

Please sign in to comment.