add config defaults for postgres dev docker image, support setting POSTGRES_PASSWORD

This commit is contained in:
Andreas Köpf
2022-12-15 10:39:36 +01:00
parent 9742f6bd7b
commit c0e9f037c6
4 changed files with 23 additions and 8 deletions
-2
View File
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
export DATABASE_URI=postgresql://postgres:postgres@localhost:5432/postgres
uvicorn app.main:app --reload