This is the image with Health Gateway Frontend service. It is based on crs4/web_base and it has the Health Gateway Frontend service already installed, so you don't need to mount the Django application.
You still need to mount other files:
/container/client_certs/ needed by the service to connect to kafka.
(N.B.: Be aware to specify the correct path of the certs in the config file)An example run command is:
docker run -it -e HTTP_PORT=8000 \
-v hgw_frontend_config.yaml:/etc/hgw_service/hgw_frontend_config.yml
-v mycacert.pem:/cacerts/mycacert.pem \
-v my_web_server_cert.pem:/container/web_certs/cert.pem \
-v my_web_server_key.pem:/container/web_certs/key.pem \
-v kafka_cert_client.pem:/container/client_certs/kafka_cert.pem \
-v kafka_key_client.pem:/container/client_certs/kafka_key.pem \
-v kafka_ca_client.pem:/container/client_certs/kafka_ca.pem \
crs4/hgw_frontend
Content type
Image
Digest
Size
184.6 MB
Last updated
about 7 years ago
docker pull crs4/hgw_frontend