Skip to content

Commit

Permalink
rollback compose yml edits from bg-proccess-preds PR, this need to go…
Browse files Browse the repository at this point in the history
… in only once the new release is ready.
  • Loading branch information
tomolopolis committed Dec 30, 2024
1 parent 3a9337f commit 2e448b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
14 changes: 0 additions & 14 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,6 @@ services:
- MCT_VERSION=v2.17.4
command: /home/scripts/run.sh

# bg process task runner
medcattrainer-bg-process:
image: cogstacksystems/medcat-trainer:v2.17.1
restart: always
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
- api-static:/home/api/static
- api-db:/home/api/db
- api-db-backup:/home/api/db-backup
env_file:
- ./envs/env
command: /home/scripts/run-bg-process.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.17.4
Expand Down
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# projects are not used.

services:
# api server
medcattrainer:
image: cogstacksystems/medcat-trainer:v2.17.4
restart: always
Expand All @@ -18,20 +17,6 @@ services:
- MCT_VERSION=v2.17.4
command: /home/scripts/run.sh

# bg process task runner
medcattrainer-bg-process:
image: cogstacksystems/medcat-trainer:v2.17.4
restart: always
volumes:
- ./configs:/home/configs
- api-media:/home/api/media
- api-static:/home/api/static
- api-db:/home/api/db
- api-db-backup:/home/api/db-backup
env_file:
- ./envs/env
command: /home/scripts/run-bg-process.sh

# crontab - for db backup
medcattrainer-db-backup:
image: cogstacksystems/medcat-trainer:v2.17.4
Expand Down

0 comments on commit 2e448b7

Please sign in to comment.