Open nathanloyer opened 3 years ago
I just wanted to note that I am aware of a workaround where you set resource_validator
and fhirpath_evaluator
to internal
in ./config.yml. However the commands documented in your readme to start everything up should work without any intervention by the user.
Subject of the issue
I just downloaded the inferno repo on a new laptop for the first time to try to reproduce another issue I just created a ticket for in github. I decided to use your documented path of simply running
docker-compose up
, and I'm getting an error from the validator service. It says that it cannot connect to the terminology server.Your environment
Steps to reproduce
Download github repo, run
docker-compose up
Expected behavior
All the services should start up without errors.
Actual behavior