[13:32:31] <neptyd> hi guys, I would like to ask about creating dev envs, i setup everything except this: ```docker-compose run --rm web python -m warehouse search reindex``` because it's crushing on http://elasticsearch:9200/development-b57d7a8e97?wait_for_active_shards=1 I got in stacktrace Name of service not known, what can be wrong ?
[13:41:04] <di_codes> neptyd: it’s possible that the elasticsearch service didn’t come up. what does `docker-compose ps | grep elastic`
[13:42:05] <di_codes> one reason it might not have come up is because there isn’t enough memory. warehouse requires that docker be allocated a little more memory than the default. about 4GB should be sufficient
[13:42:49] <neptyd> yes you could be right I see that, thanks!