Skip to content

Commit

Permalink
bump to latest patch fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Sep 25, 2024
1 parent d0ae6ee commit b6a58be
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.17.1
image: cogstacksystems/medcat-trainer:v2.17.2
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.17.1
- MCT_VERSION=v2.17.2
command: /home/scripts/run.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.17.1
image: cogstacksystems/medcat-trainer:v2.17.2
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.17.1
image: cogstacksystems/medcat-trainer:v2.17.2
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -14,12 +14,12 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.17.1
- MCT_VERSION=v2.17.2
command: /home/scripts/run.sh

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

0 comments on commit b6a58be

Please sign in to comment.