Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Cqladd #167

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
path = utilities/dashboard-client
url = https://github.com/ClarityNLP/dashboard-client.git
branch = .
[submodule "cql-execution-service"]
path = cql-execution-service
url = https://github.com/gt-health/cql_execution_service/
branch = dstu2
4 changes: 4 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,3 +410,7 @@ services:
- nginx-proxy
networks:
- clarity

cql-execution:
build:
context: ./cql-execution-service
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,3 +361,7 @@ services:
options:
max-size: "200k"
restart: always

cql-execution:
build:
context: ./cql-execution-service
Loading