refactor major
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
version: '3'
|
||||
services:
|
||||
solr:
|
||||
image: solr:8
|
||||
image: my_fet_solr
|
||||
build: ./solr_server
|
||||
ports:
|
||||
- "8980:8983"
|
||||
volumes:
|
||||
- data:/var/solr
|
||||
command:
|
||||
- solr-precreate
|
||||
- gettingstarted
|
||||
- core
|
||||
- /opt/solr/server/solr/configsets/fetconfig
|
||||
bot:
|
||||
image: bot
|
||||
build: .
|
||||
environment:
|
||||
TARGET: https://alpha.2020.fet.at
|
||||
SOLR_HOST: http://solr:8983
|
||||
ports:
|
||||
- "5000:5000"
|
||||
volumes:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user