extra solr service protocol search
This commit is contained in:
@@ -11,6 +11,18 @@ services:
|
|||||||
- solr-precreate
|
- solr-precreate
|
||||||
- core
|
- core
|
||||||
- /opt/solr/server/solr/configsets/fetconfig
|
- /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:
|
bot:
|
||||||
image: bot
|
image: bot
|
||||||
build: .
|
build: .
|
||||||
|
|||||||
Reference in New Issue
Block a user