Skip to content

Commit

Permalink
Merge pull request #154 from Amsterdam/feature/maintenance-2023-06-26
Browse files Browse the repository at this point in the history
Feature/maintenance 2023 06 26
  • Loading branch information
TijsdeKler committed Jun 28, 2023
2 parents 18c4939 + c9c7ae7 commit ca621bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /app/install

RUN apt update -y \
&& apt upgrade -y \
&& apt install -y --no-install-recommends gdal-bin \
&& apt install -y --no-install-recommends gdal-bin build-essential libpcre3-dev\
&& apt autoremove -y \
&& apt clean -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ pyhumps
python-dateutil
sentry-sdk
xmltodict
datapunt_data_ingress
datapunt_data_ingress
uwsgi
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ unicodecsv==0.14.1
# via djangorestframework-csv
urllib3==2.0.3
# via sentry-sdk
uwsgi==2.0.21
# via -r requirements.in
xmltodict==0.13.0
# via -r requirements.in
2 changes: 2 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ urllib3==2.0.3
# via
# -r ./requirements.txt
# sentry-sdk
uwsgi==2.0.21
# via -r ./requirements.txt
wcwidth==0.2.6
# via prompt-toolkit
webcolors==1.13
Expand Down
2 changes: 0 additions & 2 deletions src/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ need-app = true
processes = 4
threads = 2

py-autoreload = 1

env = prometheus_multiproc_dir=/tmp/prometheus

http = :8000
Expand Down

0 comments on commit ca621bf

Please sign in to comment.