Skip to content

Commit

Permalink
chore: added incomplete taskfile for demoing
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Oct 4, 2023
1 parent 3d223e8 commit 0764e7a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: "3"

env:
COMPOSE_PROJECT_NAME: bzkf-diz-in-a-box

tasks:
adt-to-fhir:
dir: docker-compose/
cmds:
- |
docker compose \
-f compose.full.yaml \
-f compose.decompose-xmls.yaml \
-f compose.onkoadt-to-fhir.yaml up --detach
fhir-to-opal:
dir: docker-compose/
cmds:
- |
docker compose \
-f compose.adtfhir-to-opal.yaml up
clean:
dir: docker-compose/
cmd: |
docker compose -f compose.full.yaml down --volumes --remove-orphans

0 comments on commit 0764e7a

Please sign in to comment.