This repository contains resources for building Docker image for Bahmni Proxy Container. The proxy container is a Apache Httpd server with overridden configurations. The proxy container is used for the following purposes.
- Serve
Bahmni Index Page
- Proxy rules for different components of the application is configured.
- SSL configurations for the application are done through this service.
- Checkout this repository
- Run the docker build command to build the image
docker build -t bahmni/proxy:local .
- Once the image is successfully built, update the image tag in the
PROXY_IMAGE_TAG
variable in the .env file in bahmni-docker repository.
- Bahmni proxy has configuration to intercept websocket request to support speech-assistant feature