Skip to content

Commit

Permalink
Merge in New Master
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Feb 2, 2024
1 parent a0e4c8b commit e28f1e9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ numpy = "*"
coverage = "*"

[requires]
python_version = "3"
python_version = "3.9"
14 changes: 14 additions & 0 deletions backend/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3"

services:
db:
image: postgres
command: postgres
environment:
- POSTGRES_DB=postgres
- POSTGRES_USER=penn-clubs
- POSTGRES_PASSWORD=postgres
ports:
- "5432:5432"
volumes:
- ./postgres:/var/lib/postgresql/pgdata

0 comments on commit e28f1e9

Please sign in to comment.