Skip to content
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.

ExplorViz-Archive/reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExplorViz Reverse Proxy

Dockerhub Pulls

Automated docker build for the ExplorViz reverse proxy. This reverse proxy is development purposes only. For production, the ExplorViz Frontend Docker image already contains a configured reverse proxy.

Setup

Please follow the setup depending on your employed Operating System (OS) and installed Docker version.

Linux

Run with docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy.

For local development with Eclipse (fixed port 8080), run with: Run with docker run -d --network host --name explorviz-reverse-proxy explorviz/reverse-proxy.

macOS / Windows: Docker Version 18.06.1-ce-win73 (or newer)

For local development with Eclipse, run with: docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy:macos.

Windows: Docker Version 18.06.1-ce-win73 (or older)

For local development with Eclipse, run with docker run -d --name explorviz-reverse-proxy -p 8080:8080 explorviz/reverse-proxy.

Access the proxy using the docker machine IP adress. To find the IP addres,run docker-machine ip.

About

Automated docker build for the ExplorViz reverse proxy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •