Skip to content

Add staging environment for docker host providing

Emmanuel Raviart requested to merge master into master

Docker needs to have the webserver to listen on 0.0.0.0 in order to allow access outside the container.

Rocket handles a global environment config + 3 spacenamed environments : development, staging & production. It is then proposed that default staging environment configuration serves to the required docker host.

Edited by Emmanuel Raviart

Merge request reports