Skip to content

Commit

Permalink
ft(docs & assets): updated
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek committed Aug 15, 2023
1 parent 822b95e commit db93286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ spec:
.
```
## Grafana Dashboard
![](./assets/grafana-dash.png)
**Create MongoDB Service**
```shell
Expand Down
Binary file added assets/grafana-dash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: landate-gateway
environment:
API_ACCESS_KEY: "all horses do not were spider mask"
API_GATEWAY_PORT: 8000
Expand All @@ -91,6 +90,7 @@ services:
POSTGRES_URI: postgresql://postgres:dev@postgres:5432/postgres?sslmode=disable
ports:
- 8000:8000
- 2222:2222
depends_on:
- db
- consul
Expand Down

0 comments on commit db93286

Please sign in to comment.