Skip to content

Commit

Permalink
main: Added information about Docker to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gulakhmet committed Apr 10, 2024
1 parent e08a7a2 commit c863f65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Before setting up Home Financier, ensure you have the following installed:
```
4. Copy the environment template and configure the variables:
```bash
cp .env.template .env
cp .env.local .env
```
5. Run database migrations:
```bash
Expand All @@ -60,8 +60,13 @@ To ensure the quality and stability of the application, run the test suite with:
make test-all
```

## Deployment
## Docker
For containerized environments, use the provided Docker Compose configuration to deploy Home Financier:
1. Copy the environment template and configure the variables:
```bash
cp .env.docker .env
```
2. Run `docker-compose`:
```bash
docker-compose -f deployment/docker-compose.yaml up --build
```

0 comments on commit c863f65

Please sign in to comment.