Skip to content

Commit

Permalink
update docker-compose for local running against deployed db
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Nov 3, 2023
1 parent 43cb33d commit 0ce7da4
Show file tree
Hide file tree
Showing 5 changed files with 435 additions and 426 deletions.
1 change: 1 addition & 0 deletions tdrs-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apt-get -y update
RUN apt-get -y upgrade
# Install a new package:
RUN apt-get install -y gcc && apt-get install -y graphviz && apt-get install -y graphviz-dev
RUN apt install libpq-dev python3-dev -y
# Install pipenv
RUN pip install --upgrade pip pipenv
RUN pipenv install --dev --system --deploy
Expand Down
4 changes: 2 additions & 2 deletions tdrs-backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gunicorn = "==20.1.0"
ipdb = "==0.13.9"
jwcrypto = "==1.3.1"
markdown = "==3.3.7"
psycopg2-binary = "==2.9.3"
psycopg2 = "==2.9.9"
pyjwt = "==2.4.0"
requests = "==2.27.1"
wait-for-it = "==2.2.0"
Expand All @@ -58,7 +58,7 @@ django-elasticsearch-dsl = "==7.3"
django-elasticsearch-dsl-drf = "==0.22.5"
requests-aws4auth = "==1.1.2"
cerberus = "==1.3.4"
xlsxwriter = "==3.0.1"
xlsxwriter = "==3.1.9"
sendgrid = "==6.10.0"

[requires]
Expand Down
Loading

0 comments on commit 0ce7da4

Please sign in to comment.