Skip to content

Commit

Permalink
add info on IS_CLUSTER_ZERO (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: Derrick <[email protected]>
  • Loading branch information
fharper and D-B-Hawk authored Dec 4, 2023
1 parent 4cd2c9f commit 124f5d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ docker run -d --name k1-api-mongodb \
mongo
```

### Using Docker compose:
### Using Docker compose

```bash
docker compose up
Expand All @@ -120,6 +120,8 @@ docker run -d --name k1-api-mongodb \

see [this .env example](./.env.example) for the necessary values

Be sure to set `IS_CLUSTER_ZERO` to `true` if you want to run the API without having console running.

## Provider Support

The following providers are available for use with the API.
Expand Down Expand Up @@ -283,4 +285,3 @@ go install github.com/swaggo/swag/cmd/swag@latest
```shell
make updateswagger
```

0 comments on commit 124f5d6

Please sign in to comment.