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 Dec 11, 2023
1 parent a173359 commit 79dc51a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: '3.4'

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

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.13.0
image: cogstacksystems/medcat-trainer:v2.13.2
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -35,7 +35,7 @@ services:
command: cron -f -l 2

nginx:
image: cogstacksystems/medcat-trainer-nginx:v2.13.0
image: cogstacksystems/medcat-trainer-nginx:v2.13.2
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit 79dc51a

Please sign in to comment.