Sign inSign up

luisgarc/fhir-proxy

By luisgarc

Updated about 6 years ago

Image
0

3.5K

luisgarc/fhir-proxy repository overview

Overview

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.

Run

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"

Tag summary

Content type

Image

Digest

Size

51 MB

Last updated

about 6 years ago

docker pull luisgarc/fhir-proxy