Skip to content

Commit

Permalink
update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Sep 12, 2024
1 parent c245630 commit 4ee479b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions 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.16.0
image: cogstacksystems/medcat-trainer:v2.17.0
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
Expand All @@ -17,12 +17,12 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.16.0
- MCT_VERSION=v2.17.0
command: /home/scripts/run.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.16.0
image: cogstacksystems/medcat-trainer:v2.17.0
restart: always
volumes:
- ./configs:/home/configs
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

services:
medcattrainer:
image: cogstacksystems/medcat-trainer:v2.16.0
image: cogstacksystems/medcat-trainer:v2.17.0
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -14,12 +14,12 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.16.0
- MCT_VERSION=v2.17.0
command: /home/scripts/run.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.16.0
image: cogstacksystems/medcat-trainer:v2.17.0
restart: always
volumes:
- ./configs:/home/configs
Expand Down

0 comments on commit 4ee479b

Please sign in to comment.