From a449129a6173d3d9eb7c043fa58b7b215aa99739 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Thu, 17 Apr 2025 22:22:49 -0400 Subject: [PATCH] chore: create .env.example for docker compose file Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- .env.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.example diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..558a922 --- /dev/null +++ b/.env.example @@ -0,0 +1,4 @@ +POSTGRES_USER=your_postgres_user +POSTGRES_PASSWORD=your_postgres_password +POSTGRES_DB=your_database_name +VALKEY_PASSWORD=your_valkey_password