Add postgres app.

This commit is contained in:
2025-05-18 15:26:24 -07:00
parent 9ec2c6824f
commit 2d3fb6068d
7 changed files with 115 additions and 0 deletions

10
apps/postgres/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Postgress app
## Required .env variables
```
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
PGDATA
```