extra solr service protocol search

This commit is contained in:
www
2020-12-12 10:14:06 +00:00
parent cafc7e9c66
commit a5bf374b42

View File

@@ -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: .