Switch to dockerized postgres

This commit is contained in:
Allen
2023-09-24 02:32:50 -05:00
parent 10d30c7d8c
commit 44a3248c64
8 changed files with 168 additions and 15 deletions
.gitignore
backend/django
Dockerfilerequirements.txt
seatstock_django
db.sqlite3
django_mongo
seatstock_django
docker

@ -1,5 +1,5 @@
# base image
FROM python:3.8
FROM python:3.9
# setup environment variable
ENV DockerHOME=/home/app/webapp