development icon indicating copy to clipboard operation
development copied to clipboard

Made port assignments dynamic and disallow remote access

Open lukas-buergi opened this issue 1 year ago • 0 comments

I sometimes want to start multiple instances so I can, for instance, run the test suite on my feature branch and on master to compare, or to run a deployment with hitobito_generic and one with the gsoa wagon.

Also I thought it was a bad idea to allow remote access to the containers, so I added a "127.0.0.1" to the port assignments to only allow local access.

Run docker compose port rails 3000 to get the port of the web interface of your instance.

lukas-buergi avatar Apr 05 '23 13:04 lukas-buergi