Skip to content

Commit

Permalink
Deploy: env & Makefile updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 21, 2023
1 parent c8e6d30 commit 3c86c26
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ start-production-db:
start-ocr-services:
docker-compose -f services.yml ${DC_START_CMD} ocr-service-1 ocr-service-2 ocr-service-3 ocr-service-4

start-git-ea:
docker-compose -f services.yml ${DC_START_CMD} gitea

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

start-all: start-data-infra start-jupyter start-nlp-medcat start-nlp-gate
Expand Down Expand Up @@ -128,6 +131,9 @@ stop-medcat-service:
stop-nlp-gate:
docker-compose -f services.yml $(DC_STOP_CMD) nlp-gate-drugapp

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

Expand Down
3 changes: 3 additions & 0 deletions deploy/nginx.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
NGINX_KIBANA_HOST=kibana
NGINX_KIBANA_PROXY_PORT=5601
NGINX_ES_NODE_SOURCE_INSTANCE_NAME="elasticsearch-1"

0 comments on commit 3c86c26

Please sign in to comment.