extra solr service protocol search
This commit is contained in:
@@ -8,9 +8,21 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- data:/var/solr
|
- data:/var/solr
|
||||||
command:
|
command:
|
||||||
- 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