Skip to content

Commit

Permalink
use latest patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis committed Sep 21, 2023
1 parent 7a57367 commit 97e336e
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 @@ -7,7 +7,7 @@ services:
container_name: medcattrainer
hostname: medcat
restart: always
image: cogstacksystems/medcat-trainer:v2.11.0
image: cogstacksystems/medcat-trainer:v2.11.2
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
Expand All @@ -18,12 +18,12 @@ services:
env_file:
- ./envs/env-prod
environment:
- MCT_VERSION=v2.11.0
- MCT_VERSION=v2.11.2
command: /home/run.sh

nginx:
container_name: medcattrainer_nginx
image: cogstacksystems/medcat-trainer-nginx:v2.11.0
image: cogstacksystems/medcat-trainer-nginx:v2.11.2
restart: always
volumes:
- api-media:/home/api/media
Expand Down
6 changes: 3 additions & 3 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.11.0
image: cogstacksystems/medcat-trainer:v2.11.2
restart: always
volumes:
- ./configs:/home/configs
Expand All @@ -15,11 +15,11 @@ services:
env_file:
- ./envs/env
environment:
- MCT_VERSION=v2.11.0
- MCT_VERSION=v2.11.2
command: /home/run.sh

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

0 comments on commit 97e336e

Please sign in to comment.