[obs-commits] [openSUSE/open-build-service] f3eb80: [webui] Run puma on port 3000 in dev
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f3eb8084089cde2bd143c45684902a324bd25086 https://github.com/openSUSE/open-build-service/commit/f3eb8084089cde2bd143c4... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M docker-compose.yml M src/api/Procfile Log Message: ----------- [webui] Run puma on port 3000 in dev After we switched from unicorn to puma in #5284, the rails development server started to run on port 5000. This is caused by foreman as it sets the environment variable to 5000. There is also a bug in puma which does not respect the puma.rb configuration when the environment variable is set. https://github.com/puma/puma/issues/939 Furthermore we need to bind now to 0.0.0.0 as puma binds by default to localhost which is not exposed by docker. Commit: 29dedd403e1d744fc9aa303a95a7ccce97dab6c5 https://github.com/openSUSE/open-build-service/commit/29dedd403e1d744fc9aa30... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-07-04 (Wed, 04 Jul 2018) Changed paths: M docker-compose.yml M src/api/Procfile Log Message: ----------- Merge pull request #5297 from ChrisBr/bug/fix-puma [webui] Run puma on port 3000 in dev Compare: https://github.com/openSUSE/open-build-service/compare/895cafeb2d7e...29dedd... **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Björn Geuken