This container creates a proxy to the test integration squad's FHIR server (with the known credentials) that bypasses authentication.
The container relies on an environment variable FHIR_API that should have the full URL of the FHIR API to proxy.
To run in Docker:
docker run -it -d -p 8080:80 -e "FHIR_API=http://184.x.x.168:31733/fhir-server/api/v4" --name fhir-proxy luisgarc/fhir-proxy
To run in Kubernetes:
kubectl run fhir-proxy --image=luisgarc/fhir-proxy --port 80 --env="FHIR_API=http://184.x.x.168:31733/fhir-server/api/v4"
Content type
Image
Digest
Size
51 MB
Last updated
about 6 years ago
docker pull luisgarc/fhir-proxy