Skip to content

bahmni-msf/bahmni-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 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:

About

Proxy for Bahmni Dockerized Solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 72.1%
  • Dockerfile 17.2%
  • Shell 7.5%
  • CSS 3.2%