ES_HOST=elasticsearch
ES_PORT=9200

## Set custom heap size to avoid memory errors
ES_JAVA_OPTS="-Xms1g -Xmx1g"