Skip to content

Commit

Permalink
Apply coderabbit's recommendation
Browse files Browse the repository at this point in the history
  • Loading branch information
window9u committed Sep 4, 2024
1 parent b1bb404 commit 24e55e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/docker/docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ services:
- '27017:27017'
yorkie:
build:
context: ../../
dockerfile: Dockerfile
context: ../../
dockerfile: Dockerfile
container_name: 'yorkie'
command:
[
Expand Down
2 changes: 1 addition & 1 deletion build/docker/grafana/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ providers:
allowUiUpdates: true
options:
path: /var/lib/grafana
foldersFromFilesStructure: true
foldersFromFilesStructure: true
2 changes: 1 addition & 1 deletion build/docker/grafana/datasources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ datasources:
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
isDefault: true

0 comments on commit 24e55e0

Please sign in to comment.