Skip to content

Commit 623be37

Browse files
tomolopolisTom Searle
andauthored
chore(medcattrainer): update to latest release (#117)
Co-authored-by: Tom Searle <tom@cogstack.org>
1 parent 5de9cab commit 623be37

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ cython_debug/
184184
.abstra/
185185

186186
# Visual Studio Code
187-
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
187+
# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
188188
# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
189-
# and can be added to the global gitignore or merged into this file. However, if you prefer,
189+
# and can be added to the global gitignore or merged into this file. However, if you prefer,
190190
# you could uncomment the following to ignore the entire vscode folder
191191
# .vscode/
192192

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.22.1
8+
image: cogstacksystems/medcat-trainer:v2.23.1
99
volumes:
1010
- api-media:/home/api/media
1111
- api-static:/home/api/static
@@ -16,9 +16,9 @@ services:
1616
env_file:
1717
- ./envs/env-prod
1818
environment:
19-
- MCT_VERSION=v2.22.1
19+
- MCT_VERSION=v2.23.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
21-
21+
2222
nginx:
2323
container_name: medcattrainer_nginx
2424
image: nginx

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.22.1
7+
image: cogstacksystems/medcat-trainer:v2.23.1
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.22.1
19+
- MCT_VERSION=v2.23.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
2121

2222
nginx:

v1/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.22.1
8+
image: cogstacksystems/medcat-trainer:v2.23.1
99
volumes:
1010
- api-media:/home/api/media
1111
- api-static:/home/api/static
@@ -16,9 +16,9 @@ services:
1616
env_file:
1717
- ./envs/env-prod
1818
environment:
19-
- MCT_VERSION=v2.22.1
19+
- MCT_VERSION=v2.23.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
21-
21+
2222
nginx:
2323
container_name: medcattrainer_nginx
2424
image: nginx

v1/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.22.1
7+
image: cogstacksystems/medcat-trainer:v2.23.1
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.22.1
19+
- MCT_VERSION=v2.23.1
2020
command: /usr/bin/supervisord -c /etc/supervisord.conf
2121

2222
nginx:

0 commit comments

Comments
 (0)