Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
cab1e944
Unverified
Commit
cab1e944
authored
Jan 29, 2019
by
Daniel Lee
Committed by
GitHub
Jan 29, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15112 from grafana/loki-docker-block
docker: block for loki
parents
4a057ef7
60967de2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
devenv/datasources.yaml
+6
-0
devenv/docker/blocks/loki/docker-compose.yaml
+22
-0
No files found.
devenv/datasources.yaml
View file @
cab1e944
...
@@ -152,4 +152,10 @@ datasources:
...
@@ -152,4 +152,10 @@ datasources:
authType
:
credentials
authType
:
credentials
defaultRegion
:
eu-west-2
defaultRegion
:
eu-west-2
-
name
:
gdev-loki
type
:
loki
access
:
proxy
url
:
http://localhost:3100
editable
:
false
devenv/docker/blocks/loki/docker-compose.yaml
0 → 100644
View file @
cab1e944
version
:
"
3"
networks
:
loki
:
services
:
loki
:
image
:
grafana/loki:master
ports
:
-
"
3100:3100"
command
:
-config.file=/etc/loki/local-config.yaml
networks
:
-
loki
promtail
:
image
:
grafana/promtail:master
volumes
:
-
/var/log:/var/log
command
:
-config.file=/etc/promtail/docker-config.yaml
networks
:
-
loki
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment