Skip to content

Commit

Permalink
solr: added docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
drfho committed Nov 21, 2023
1 parent db60d38 commit 4cb7e0c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker/solr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: "3.7"
services:
solr:
# build: .
image: solr:8.11.2
ports:
- 8983:8983
volumes:
- ../var/solr:/var/solr:rw
working_dir: /opt/solr
entrypoint: /opt/docker-solr/scripts/docker-entrypoint.sh
command: /opt/docker-solr/scripts/solr-foreground
### HINTS:
### 1. create the new core with an attached console
### 2. set mounted volume permissions to 777

0 comments on commit 4cb7e0c

Please sign in to comment.