This directory 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 the client_side_logging repository in the same location as bahmni-package.
-
Navigate into bahmni-package directory.
-
Set the environment variables.
export BAHMNI_VERSION=0.94
export GITHUB_RUN_NUMBER=1
-
Run the build script
./bahmni-proxy/scripts/docker_build.sh