From f7c4239163197d891011492b55d0d41e4a170a8d Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Tue, 5 Mar 2024 21:01:08 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20environment=20file=20na?= =?UTF-8?q?mes=20and=20instructions=20for=20running=20with=20PostgreSQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e4c887..b8f90ac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ -# Run for development - -## Rename and fill environment files - -- Rename the following files: - - `/app/config/.env.example` to `/app/config/.env` - - `/config/postgresql/.env.example` to `/config/postgresql/.env` - ## Run with PostgreSQL +- Rename and fill environment files: + - `/app/config/postgres.env.example` to `/app/config/postgres.env` + - `/config/postgresql/.env.example` to `/config/postgresql/.env` + - Run the following command to start the application with PostgreSQL: ```bash docker compose -f docker-compose-postgres.yml up