Skip to content

Commit

Permalink
Update to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis authored Apr 2, 2024
1 parent 6580cf5 commit 49ac2db
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.15.1
image: cogstacksystems/medcat-trainer:v2.16.0
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -16,12 +16,12 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.15.1
- MCT_VERSION=v2.16.0
command: /home/scripts/run.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.15.1
image: cogstacksystems/medcat-trainer:v2.16.0
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.15.1
image: cogstacksystems/medcat-trainer-nginx:v2.16.0
restart: always
volumes:
- api-media:/home/api/media
Expand Down

0 comments on commit 49ac2db

Please sign in to comment.