Skip to content

aureliusenterprise/docker-reverse-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_reverse_proxy

build

docker build -t aureliusatlas/reverse-proxy:1.0.9.5 .
docker images
docker login --username=aureliusatlas
docker push aureliusatlas/reverse-proxy:1.0.9.5

run
docker run -dit -p 8080:80 reverse_proxy

connect with web browser to http://127.0.0.1:8080/

The docker container can consume a enviornment variable NAMESPACE. The script /usr/local/apache2/init/init_index_html.sh uses this variable to set the base url of the index.html and prefixes the value of the variable to /atlas/

Please note the atlas URL will NOT work since the base url is not set properly and the appliction requires keycloack. A proper setup is described in the helm chart wombach/helm-governance.

The docker container expects two environment variables:

  • ATLAS_APP_SEARCH_TOKEN: which contains the search key for the elastic enterprise app-search backend
  • NAMESPACE: which is used as the base url for the frontend application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 5.4%
  • Other 1.4%