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 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:v3.2.1
image: cogstacksystems/medcat-trainer:v3.4.1
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=v3.2.1
- MCT_VERSION=v3.4.1
command: /usr/bin/supervisord -c /etc/supervisord.conf

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

nginx:
Expand Down