From 469c0ed76442585927e48892ecfe93e752471036 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 17 Mar 2022 09:25:15 -0700 Subject: [PATCH] Add ELASTIC_URL env var to docker-compose This should fix startup of the API server in docker-compose. --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index ed03a52aa..f773466f6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -83,6 +83,7 @@ services: - PG_DB=omnivore - PG_PORT=5432 - PG_POOL_MAX=20 + - ELASTIC_URL=http://elastic:9200 - IMAGE_PROXY_URL=http://localhost:9999 - IMAGE_PROXY_SECRET=some-secret - JWT_SECRET=some_secret