mirror of
https://github.com/esauflores/databases.git
synced 2026-03-09 06:30:34 +00:00
chore: Add initial PostgreSQL configuration files and Docker setup
This commit is contained in:
4
postgres/.env.example
Normal file
4
postgres/.env.example
Normal file
@@ -0,0 +1,4 @@
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_DB=postgres
|
||||
POSTGRES_PORT=5432
|
||||
Reference in New Issue
Block a user