From 9d89212dd91f5ddc13026410808c16478ed25a05 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 28 Feb 2024 17:59:39 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Add=20instructions=20for=20runni?= =?UTF-8?q?ng=20the=20application=20with=20PostgreSQL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 794f174..5e4c887 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Oh My URL! \ No newline at end of file +# 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 + +- Run the following command to start the application with PostgreSQL: + ```bash + docker compose -f docker-compose-postgres.yml up + ``` \ No newline at end of file