Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpower-01 authored Jan 2, 2025
1 parent 27a015a commit 87cb017
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Follow these instructions to set up the project locally. The steps below will gu

It is strongly recommended to change the default username and password for your PostgreSQL database for security purposes. Update these credentials in both the `.env` file and the `docker-compose.yml` file to reflect the changes.

## 🐳 Installation with Docker
## 🐳 Docker Deployment

### Prerequisites

Expand Down Expand Up @@ -108,7 +108,7 @@ just docker-up
just docker-up-d
```

## Installation without Docker
## 🖥️ Self-Hosted Deployment

If you prefer not to use Docker, you can follow the instructions below to set up and run the services manually.

Expand Down Expand Up @@ -137,4 +137,4 @@ After populating the database, you can run the webserver to access the data via

```sh
apt-get install -y postgresql-client
```
```

0 comments on commit 87cb017

Please sign in to comment.