Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion medcat-trainer/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "medcattrainer-client"
version = "1.1.0"
version = "1.2.0"
description = "Python client for interacting with a MedCATTrainer instance"
readme = "client/README.md"
requires-python = ">=3.10"
Expand Down
6 changes: 3 additions & 3 deletions medcat-trainer/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: medcattrainer
hostname: medcat
restart: always
image: cogstacksystems/medcat-trainer:v2.23.1
image: cogstacksystems/medcat-trainer:v3.1.0
volumes:
- api-media:/home/api/media
- api-static:/home/api/static
Expand All @@ -16,7 +16,7 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.23.1
- MCT_VERSION=v3.1.0
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
volumes:
- solr-data:/var/solr
command:
- -cloud # solr cloud launches
- -cloud # solr cloud launches

volumes:
api-media:
Expand Down
4 changes: 2 additions & 2 deletions medcat-trainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
services:
# medattrainer services
medcattrainer:
image: cogstacksystems/medcat-trainer:v2.23.1
image: cogstacksystems/medcat-trainer:v3.1.0
restart: always
volumes:
- api-media:/home/api/media
Expand All @@ -16,7 +16,7 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.23.1
- MCT_VERSION=v3.1.0
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
Expand Down