Skip to content

Bahmni/bahmni-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bahmni Proxy

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.

  1. Serve Bahmni Index Page
  2. Proxy rules for different components of the application is configured.
  3. SSL configurations for the application are done through this service.

Building the image locally

  1. Checkout this repository
  2. Run the docker build command to build the image
     docker build -t bahmni/proxy:local .
  3. Once the image is successfully built, update the image tag in the PROXY_IMAGE_TAG variable in the .env file in bahmni-docker repository.

Notes: