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
71bf5ca8
Unverified
Commit
71bf5ca8
authored
Dec 11, 2018
by
Torkel Ödegaard
Committed by
GitHub
Dec 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14429 from grafana/docker-blocks-links
Docker blocks: Use links instead of bridge network
parents
0253792d
49e756aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
devenv/docker/blocks/elastic5/docker-compose.yaml
+7
-4
devenv/docker/blocks/influxdb/docker-compose.yaml
+7
-5
No files found.
devenv/docker/blocks/elastic5/docker-compose.yaml
View file @
71bf5ca8
# You need to run 'sysctl -w vm.max_map_count=262144' on the host machine
version
:
'
2'
services
:
elasticsearch5
:
image
:
elasticsearch:5
command
:
elasticsearch
ports
:
-
"
10200:9200"
-
"
10300:9300"
-
'
10200:9200'
-
'
10300:9300'
fake-elastic5-data
:
image
:
grafana/fake-data-gen
network_mode
:
bridge
links
:
-
elasticsearch5
# network_mode: bridge
environment
:
FD_DATASOURCE
:
elasticsearch
FD_PORT
:
10200
devenv/docker/blocks/influxdb/docker-compose.yaml
View file @
71bf5ca8
version
:
'
2'
services
:
influxdb
:
image
:
influxdb:latest
container_name
:
influxdb
ports
:
-
"
2004:2004"
-
"
8083:8083"
-
"
8086:8086"
-
'
2004:2004'
-
'
8083:8083'
-
'
8086:8086'
volumes
:
-
./docker/blocks/influxdb/influxdb.conf:/etc/influxdb/influxdb.conf
fake-influxdb-data
:
image
:
grafana/fake-data-gen
network_mode
:
bridge
links
:
-
influxdb
environment
:
FD_DATASOURCE
:
influxdb
FD_PORT
:
8086
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