Skip to content

Commit

Permalink
Updated Makefile to include env vars.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Feb 7, 2025
1 parent 74e5e87 commit 16b9368
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ DC_START_CMD := up -d
DC_STOP_CMD := stop
DC_DOWN_CMD := down

include general.env
include nifi.env
include elasticsearch.env
include database.env
include jupyter.env
include nlp_service.env
include ocr_service.env
include network_settings.env
include project.env
include ../security/elasticsearch_users.env
include ../security/database_users.env

# start services
#
Expand Down

0 comments on commit 16b9368

Please sign in to comment.