Skip to content

Commit

Permalink
Deploy: added separate trainer startup cmd.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 5, 2024
1 parent 5d27725 commit 1d1bf37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ start-jupyter:
start-medcat-service:
docker compose -f services.yml $(DC_START_CMD) nlp-medcat-service-production

start-medcat-trainer:
docker compose -f services.yml $(DC_START_CMD) medcat-trainer-ui medcat-trainer-nginx

start-nlp-medcat:
docker compose -f services.yml $(DC_START_CMD) nlp-medcat-service-production medcat-trainer-ui medcat-trainer-nginx

Expand Down Expand Up @@ -125,6 +128,9 @@ stop-jupyter:
stop-nlp-medcat:
docker compose -f services.yml $(DC_STOP_CMD) nlp-medcat-service-production medcat-trainer-ui medcat-trainer-nginx

stop-medcat-trainer:
docker compose -f services.yml $(DC_STOP_CMD) medcat-trainer-ui medcat-trainer-nginx

stop-medcat-service:
docker compose -f services.yml $(DC_STOP_CMD) nlp-medcat-service-production

Expand Down

0 comments on commit 1d1bf37

Please sign in to comment.