File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " medcattrainer-client"
7- version = " 1.1 .0"
7+ version = " 1.2 .0"
88description = " Python client for interacting with a MedCATTrainer instance"
99readme = " client/README.md"
1010requires-python = " >=3.10"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 container_name : medcattrainer
66 hostname : medcat
77 restart : always
8- image : cogstacksystems/medcat-trainer:v2.23.1
8+ image : cogstacksystems/medcat-trainer:v3.1.0
99 volumes :
1010 - api-media:/home/api/media
1111 - api-static:/home/api/static
@@ -16,7 +16,7 @@ services:
1616 env_file :
1717 - ./envs/env-prod
1818 environment :
19- - MCT_VERSION=v2.23.1
19+ - MCT_VERSION=v3.1.0
2020 command : /usr/bin/supervisord -c /etc/supervisord.conf
2121
2222 nginx :
@@ -47,7 +47,7 @@ services:
4747 volumes :
4848 - solr-data:/var/solr
4949 command :
50- - -cloud # solr cloud launches
50+ - -cloud # solr cloud launches
5151
5252volumes :
5353 api-media :
Original file line number Diff line number Diff line change 44services :
55 # medattrainer services
66 medcattrainer :
7- image : cogstacksystems/medcat-trainer:v2.23.1
7+ image : cogstacksystems/medcat-trainer:v3.1.0
88 restart : always
99 volumes :
1010 - api-media:/home/api/media
@@ -16,7 +16,7 @@ services:
1616 env_file :
1717 - ./envs/env
1818 environment :
19- - MCT_VERSION=v2.23.1
19+ - MCT_VERSION=v3.1.0
2020 command : /usr/bin/supervisord -c /etc/supervisord.conf
2121
2222 nginx :
You can’t perform that action at this time.
0 commit comments