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
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ cython_debug/
.abstra/

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

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.22.1
image: cogstacksystems/medcat-trainer:v2.23.1
volumes:
- api-media:/home/api/media
- api-static:/home/api/static
Expand All @@ -16,9 +16,9 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.22.1
- MCT_VERSION=v2.23.1
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
container_name: medcattrainer_nginx
image: nginx
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.22.1
image: cogstacksystems/medcat-trainer:v2.23.1
restart: always
volumes:
- api-media:/home/api/media
Expand All @@ -16,7 +16,7 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.22.1
- MCT_VERSION=v2.23.1
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
Expand Down
6 changes: 3 additions & 3 deletions v1/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.22.1
image: cogstacksystems/medcat-trainer:v2.23.1
volumes:
- api-media:/home/api/media
- api-static:/home/api/static
Expand All @@ -16,9 +16,9 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.22.1
- MCT_VERSION=v2.23.1
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
container_name: medcattrainer_nginx
image: nginx
Expand Down
4 changes: 2 additions & 2 deletions v1/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.22.1
image: cogstacksystems/medcat-trainer:v2.23.1
restart: always
volumes:
- api-media:/home/api/media
Expand All @@ -16,7 +16,7 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.22.1
- MCT_VERSION=v2.23.1
command: /usr/bin/supervisord -c /etc/supervisord.conf

nginx:
Expand Down