chore: create .env.example for docker compose file

Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
This commit is contained in:
Ahmad 2025-04-17 22:22:49 -04:00 committed by GitHub
parent 70dff9d696
commit a449129a61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.env.example Normal file
View file

@ -0,0 +1,4 @@
POSTGRES_USER=your_postgres_user
POSTGRES_PASSWORD=your_postgres_password
POSTGRES_DB=your_database_name
VALKEY_PASSWORD=your_valkey_password