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 f42ca0c commit 6580cf5
Showing 1 changed file with 4 additions and 4 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.15.1
image: cogstacksystems/medcat-trainer:v2.16.0
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.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 @@ -39,7 +39,7 @@ services:

nginx:
container_name: medcattrainer_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 6580cf5

Please sign in to comment.