Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assets and Elastic Search error in docker (#418)
**Motivation and Context** Docker setup of Aviacommerce on Linux machine is facing the below two problems + Elastic Search was exiting with code 78. This was due to low 'max file descriptor size' and low 'max virtual memory'. + Assets were not getting installed automatically. **Describe your changes** + Made changes in Dockerfile-dev to resolve the assets problem. + Made changes in docker-compose-dev.yml to resolve elastic search problem as it was getting stopped due to low descriptor size ## Why? <!--- Why is this change required? What problem does it solve? --> <!--- If it fixes an open issue, please link to the issue here. --> <!--- If it delivers a story on the Pivotal tracker, please link to it here. --> ## This change addresses the need by: <!--- List and detail all changes made in this PR. --> [delivers #162446059] ## Checklist <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [ ] I have read [CONTRIBUTING.md][contributing]. - [ ] My code follows the [style guidelines][contributing] of this project. - [ ] I have commented my code, particularly in hard-to-understand areas. - [ ] My code does not generate any (new) [`credo`][credo] and compile-time warnings. - [ ] I have updated the documentation wherever necessary. - [ ] I have added tests to cover my changes. [contributing]: https://github.com/aviabird/snitch/CONTRIBUTING.md [credo]: https://github.com/rrrene/credo
- Loading branch information