chore: Add initial PostgreSQL configuration files and Docker setup

This commit is contained in:
2026-03-07 04:03:48 +07:00
commit 70a656caf6
3 changed files with 27 additions and 0 deletions

4
postgres/.env.example Normal file
View File

@@ -0,0 +1,4 @@
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=postgres
POSTGRES_PORT=5432