Skip to content

Commit

Permalink
build(docker): add csharp validator api
Browse files Browse the repository at this point in the history
  • Loading branch information
Chinlinlee committed Mar 10, 2022
1 parent e38c43b commit fd5e51e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,17 @@ services:
volumes :
- ./:/nodejs/fhir-burni
- /nodejs/fhir-burni/node_modules
- ./validation-files:/validationResources
ports:
- 8080:8080
depends_on:
- fhir-burni-mongodb
tty : true
restart: on-failure:3
stdin_open : true

burni-fhir-validator-api:
image: a5566qq123/fhir-validator-api
container_name: burni-fhir-validator-api
volumes:
- ./validation-files:/app/assets/validationResources

0 comments on commit fd5e51e

Please sign in to comment.