Skip to content

Commit

Permalink
🩹 (aleph) Drop most default env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Mar 4, 2024
1 parent 4e83ecf commit 6fa0ced
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions aleph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6fa0ced

Please sign in to comment.