Skip to content

Commit 03f30e1

Browse files
tomolopolisTom Searle
andauthored
medcattrainer (chore): client update release, compose cfgs (#190)
Co-authored-by: Tom Searle <[email protected]>
1 parent 0aa13c6 commit 03f30e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

medcat-trainer/client/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "medcattrainer-client"
7-
version = "1.1.0"
7+
version = "1.2.0"
88
description = "Python client for interacting with a MedCATTrainer instance"
99
readme = "client/README.md"
1010
requires-python = ">=3.10"

medcat-trainer/docker-compose-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5252
volumes:
5353
api-media:

medcat-trainer/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
services:
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:

0 commit comments

Comments
 (0)