stable

Clone or download

Read-only

Fix issues in the development environment caused by the introduction of the realtime server

* Git over SSH is possible when using the reverse proxy * SVN copy and move operations are working * OS X devs use the reverse proxy * Images are rebuilded when launching the stack otherwise changes made to the Dockerfiles are not taken into account * nginx serving Tuleap Web is launched only once This is part of request #11270: Add realtime server to dev stack Change-Id: I92a6da76a569b198e3c68992de3b2cb7f6fb6def

Modified Files

Name
M Makefile +15 −13 Go to diff View file
M docker-compose-distlp.yml +1 −1 Go to diff View file
M docker-compose-mac.yml +3 −1 Go to diff View file
M docker-compose.yml +1 −4 Go to diff View file
M tools/docker/realtime/Dockerfile +3 −4 Go to diff View file
M tools/docker/reverse-proxy/Dockerfile +2 −0 Go to diff View file
D tools/docker/reverse-proxy/default.conf +0 −59 Go to diff View file
M tools/docker/reverse-proxy/nginx.conf +52 −5 Go to diff View file
M tools/utils/php56/run.sh +0 −1 Go to diff View file