From a5d708383a6736e0f5bb70fdf754bfd30864dbe9 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Sat, 28 Dec 2024 09:56:06 +0300 Subject: [PATCH] Feat: added compose project name to .env --- .env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.env.example b/.env.example index 3848628..e889d14 100644 --- a/.env.example +++ b/.env.example @@ -5,3 +5,5 @@ POSTGRES_PASSWORD=postgres POSTGRES_DB=postgres POSTGRES_HOST=postgres POSTGRES_PORT=5432 + +COMPOSE_PROJECT_NAME=nwxraybot \ No newline at end of file