From 6fa0ced70d8f60faa0503690ae54149cd796d4cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20W=C3=B6rpel?= Date: Mon, 4 Mar 2024 01:49:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20(aleph)=20Drop=20most=20default?= =?UTF-8?q?=20env=20vars?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aleph/Dockerfile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/aleph/Dockerfile b/aleph/Dockerfile index becb900..956c1a2 100644 --- a/aleph/Dockerfile +++ b/aleph/Dockerfile @@ -38,13 +38,7 @@ RUN mkdir -p /opt/ftm-compare/word-frequencies/ && \ curl -L -o "/opt/ftm-compare/model.pkl" "$ALEPH_FTM_COMPARE_MODEL_URI" # Configure some docker defaults: -ENV ALEPH_ELASTICSEARCH_URI=http://elasticsearch:9200/ \ - ALEPH_DATABASE_URI=postgresql://aleph:aleph@postgres/aleph \ - FTM_STORE_URI=postgresql://aleph:aleph@postgres/aleph \ - REDIS_URL=redis://redis:6379/0 \ - ARCHIVE_TYPE=file \ - ARCHIVE_PATH=/data \ - FTM_COMPARE_FREQUENCIES_DIR=/opt/ftm-compare/word-frequencies/ \ +ENV FTM_COMPARE_FREQUENCIES_DIR=/opt/ftm-compare/word-frequencies/ \ FTM_COMPARE_MODEL=/opt/ftm-compare/model.pkl RUN mkdir /run/prometheus