Skip to content

Commit

Permalink
Deploy: makefile update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Nov 2, 2023
1 parent 9041d30 commit cda632f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ start-production-db:
docker-compose -f services.yml ${DC_START_CMD} cogstack-databank-db

start-ocr-services:
docker-compose -f services.yml ${DC_START_CMD} ocr-service-1 ocr-service-2 ocr-service-3 ocr-service-4
docker-compose -f services.yml ${DC_START_CMD} ocr-service-1 ocr-service-2

start-git-ea:
docker-compose -f services.yml ${DC_START_CMD} gitea
Expand Down Expand Up @@ -135,7 +135,7 @@ stop-git-ea:
docker-compose -f services.yml ${DC_STOP_CMD} gitea

stop-ocr-services:
docker-compose -f services.yml ${DC_STOP_CMD} ocr-service-1 ocr-service-2 ocr-service-3 ocr-service-4
docker-compose -f services.yml ${DC_STOP_CMD} ocr-service-1 ocr-service-2

stop-data-infra: stop-nifi stop-elastic stop-tika stop-samples

Expand Down

0 comments on commit cda632f

Please sign in to comment.