extra solr service protocol search
This commit is contained in:
@@ -11,6 +11,18 @@ services:
|
||||
- solr-precreate
|
||||
- core
|
||||
- /opt/solr/server/solr/configsets/fetconfig
|
||||
solrprotocol:
|
||||
image: my_fet_solr
|
||||
build: ./solr_server
|
||||
ports:
|
||||
- "8980:8983"
|
||||
volumes:
|
||||
- data:/var/solr
|
||||
command:
|
||||
- solr-precreate
|
||||
- core
|
||||
- /opt/solr/server/solr/configsets/fetconfig
|
||||
|
||||
bot:
|
||||
image: bot
|
||||
build: .
|
||||
|
||||
Reference in New Issue
Block a user