kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
3 stars 7 forks source link

Split `docker-compose.yml` file into another one for ES-related services #381

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Elasticsearch-related services are optional, but as of now, they're always also being composed up with the docker-compose.yml file. However, not all the time developers typically use APM and the rest of ES stack, and ES is very infamous for consuming 3G+ of RAM (so depending on the resources of your laptop/computer it might be too much), so we should split into multiple docker-compose files, and by default on docker-compose.yml that's also mentioned in our tutorials only leave mongo there.