gitlist
gitlist copied to clipboard
Improve docker-compose environment
GitList features docker-compose environment for ease of development. Unfortunately, there are a few problems with the current implementation:
- [ ] PHP-FPM and nginx are being executed as root
- [ ]
npm run watch
is broken - [ ] Cypress Test Runner is not able to access nginx while running on GitLab Actions (which is why we use symfony-cli to run it: https://github.com/klaussilveira/gitlist/blob/master/.github/workflows/build.yml#L85)