Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Loki
Commits
ab46d576
Commit
ab46d576
authored
6 years ago
by
Daniel Lee
Browse files
Options
Downloads
Patches
Plain Diff
adds grafana to docker-compose example
Signed-off-by:
Daniel Lee
<
dan.limerick@gmail.com
>
parent
42fb6aed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/docker-compose.yaml
+18
-2
18 additions, 2 deletions
docs/docker-compose.yaml
with
18 additions
and
2 deletions
docs/docker-compose.yaml
+
18
−
2
View file @
ab46d576
version
:
"
2"
version
:
"
3"
networks
:
loki
:
services
:
loki
:
...
...
@@ -8,6 +11,8 @@ services:
volumes
:
-
$PWD:/etc/loki
command
:
-config.file=/etc/loki/loki-local-config.yaml
networks
:
-
loki
promtail
:
image
:
grafana/promtail:make-images-static-26a87c9
...
...
@@ -15,4 +20,15 @@ services:
-
$PWD:/etc/promtail
-
/var/log:/var/log
command
:
-config.file=/etc/promtail/promtail-docker-config.yaml
-config.file=/etc/promtail/promtail-docker-config.yaml
networks
:
-
loki
grafana
:
image
:
grafana/grafana:master
ports
:
-
"
3000:3000"
environment
:
GF_EXPLORE_ENABLED
:
"
true"
networks
:
-
loki
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment