Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Enalean/docker-tuleap-reverseproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tuleap Reverse Proxy

In front of a tuleap server, aims to aggregate several services

How to run ?

Create the data container, where the conf will stand (do only once):

$> docker run --name=tuleap-reverseproxy-data -v /reverseproxy_data busybox true

Run the reverse proxy:

$> docker run -ti --rm --name=reverse-proxy --link tuleap_web_1:tuleap_web --volumes-from tuleap-reverseproxy-data enalean/tuleap-reverseproxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published