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

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