Skip to content

Commit

Permalink
Merge pull request #645 from YoungHypo/issue-upgrade-postgresql-v12
Browse files Browse the repository at this point in the history
upgrade postgresql to v12 and modifity requirement.txt
  • Loading branch information
yeasy authored Oct 11, 2024
2 parents 04c8388 + f42f141 commit d28917d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bootup/docker-compose-files/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:

# pg database
cello-postgres:
image: postgres:11.1
image: postgres:12.0
container_name: cello-postgres
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion bootup/docker-compose-files/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

# pg database
cello-postgres:
image: postgres:11.1
image: postgres:12.0
container_name: cello-postgres
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion bootup/docker-compose-files/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- /opt/cello/api-engine/media:/var/www/media

postgres-server:
image: postgres:11.1
image: postgres:12.0
hostname: cello-postgres-server
container_name: cello-postgres-server
restart: always
Expand Down
4 changes: 2 additions & 2 deletions src/api-engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ coreapi==2.3.3
coreschema==0.0.4
defusedxml==0.6.0
Django==4.2.16
django-allauth==0.41.0
django-allauth==0.55.0
django-cors-headers==3.5.0
django-extensions==2.2.9
django-extensions==3.2.3
django-filter==2.4.0
django-rest-auth==0.9.5
djangorestframework==3.15.2
Expand Down

0 comments on commit d28917d

Please sign in to comment.