Skip to content

Commit

Permalink
Reestrutura todos os endpoints (exceto sugestões) e adiciona busca po…
Browse files Browse the repository at this point in the history
…r tema
  • Loading branch information
ogecece committed May 25, 2022
1 parent c621d53 commit 87f19ac
Show file tree
Hide file tree
Showing 16 changed files with 1,628 additions and 589 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@ ENV PYTHONPATH=/mnt/code

ADD https://querido-diario.nyc3.cdn.digitaloceanspaces.com/censo/censo.csv censo.csv
RUN chmod 644 censo.csv
ADD https://raw.githubusercontent.com/okfn-brasil/querido-diario-data-processing/main/config/themes_config.json themes_config.json
RUN chmod 644 themes_config.json

USER gazette
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ IMAGE_FORMAT ?= docker

# Elasticsearch ports
# Variables used to connect the app to the ElasticSearch
QUERIDO_DIARIO_ELASTICSEARCH_HOST ?= localhost
QUERIDO_DIARIO_ELASTICSEARCH_INDEX ?= gazettes
QUERIDO_DIARIO_DATABASE_CSV ?= censo.csv
ELASTICSEARCH_PORT1 ?= 9200
ELASTICSEARCH_PORT2 ?= 9300
Expand Down
Loading

0 comments on commit 87f19ac

Please sign in to comment.