Merge pull request #11 from aykhans/aykhans-patch-1

Update README.md
This commit is contained in:
Aykhan Shahsuvarov 2024-02-07 16:40:29 +04:00 committed by GitHub
commit b6be983032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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