Skip to content

Commit

Permalink
update to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Jan 5, 2024
1 parent aaad953 commit a74c704
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
container_name: medcattrainer
hostname: medcat
restart: always
image: cogstacksystems/medcat-trainer:v2.13.0
image: cogstacksystems/medcat-trainer:v2.13.3
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
Expand All @@ -19,12 +19,12 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.13.0
- MCT_VERSION=v2.13.3
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.3
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -39,7 +39,7 @@ services:

nginx:
container_name: medcattrainer_nginx
image: cogstacksystems/medcat-trainer-nginx:v2.13.0
image: cogstacksystems/medcat-trainer-nginx:v2.13.3
restart: always
volumes:
- api-media:/home/api/media
Expand Down
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.2
image: cogstacksystems/medcat-trainer:v2.13.3
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -16,12 +16,12 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.13.2
- MCT_VERSION=v2.13.3
command: /home/scripts/run.sh

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

0 comments on commit a74c704

Please sign in to comment.