Update README.md

This commit is contained in:
Aykhan Shahsuvarov 2024-02-07 16:40:18 +04:00 committed by GitHub
parent 586e3b2a25
commit c1aeb6f9c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,9 +1,9 @@
# Run for development
### 1. Rename and fill env files
/src/app/app.env.example -> /src/app/app.env
/src/mongodb/mongodb.env.example -> /src/mongodb/mongodb.env
/src/postgres/postgres.env.example -> /src/postgres/postgres.env
/config/app/app.env.example -> /src/app/app.env
/config/mongodb/mongodb.env.example -> /src/mongodb/mongodb.env
/config/postgres/postgres.env.example -> /src/postgres/postgres.env
### 2. Run all services with docker compose
docker compose up --build -d