Skip to content

Commit

Permalink
Update README for new env structure
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Oct 27, 2023
1 parent a0454eb commit 6f05637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ git submodule update --init
We use [Docker Compose](https://docs.docker.com/compose/) to containerize each service and keep all our dependencies in order. Cantus Ultimus is compatible with Docker Compose > 2.8.

### The `.env` file
The build process relies on environment variables specified in the `.env` file, which is located at the root of the repository.
The build process relies on environment variables specified in an `.env` file located at the root of the repository. A sample of this file, `.env.sample`, is provided.

You must make two modifications to this file before the docker containers will build. Both `POSTGRES_PASSWORD` and `RABBIT_PASSWORD` should be uncommented and set with secure passwords.
Make a copy of `.env.sample` and name it `.env`. You must make two modifications to this file before the docker containers will build. Both `POSTGRES_PASSWORD` and `RABBIT_PASSWORD` should be uncommented and set with secure passwords.

#### Handling `postgres` authentication issues

Expand Down

0 comments on commit 6f05637

Please sign in to comment.