Skip to content

Commit

Permalink
Merge pull request #555 from RockefellerArchiveCenter/development
Browse files Browse the repository at this point in the history
Update Django and Postgres
  • Loading branch information
helrond authored Feb 16, 2023
2 parents 81fd7b1 + 1b4cf67 commit 0360e97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ version: '3'

services:
pisces-db:
image: postgres:10.4
image: postgres:14.4
environment:
- POSTGRES_USER=postgres # name of the application database user
- POSTGRES_PASSWORD=postgres # name of the application database user
- POSTGRES_DB=postgres # name of the application database
volumes:
- piscesdbvolume:/var/lib/postgresql/data/
pisces-web:
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ArchivesSnake~=0.9
asterism~=0.9
Django~=4.0.7
Django~=4.1
django4-cron~=0.5
djangorestframework~=3.13
ElectronBonder~=1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2022.12.7
# via requests
charset-normalizer==3.0.1
# via requests
django==4.0.9
django==4.1.7
# via
# -r requirements.in
# asterism
Expand Down

0 comments on commit 0360e97

Please sign in to comment.