FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
benthos-lab/example/docker-compose.yaml at master · benthosdev/benthos-lab · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 24, 2021. It is now read-only.
benthosdev
/
benthos-lab
Public archive
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
14
Star
51
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
benthos-lab
/
example
/
docker-compose.yaml
Copy path
More file actions
More file actions
Latest commit
History
History
History
51 lines (46 loc) · 1.07 KB
Breadcrumbs
benthos-lab
/
example
/
docker-compose.yaml
Copy path
File metadata and controls
51 lines (46 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
version
:
'
3.3
'
volumes
:
prometheus_data
:
{}
grafana_data
:
{}
services
:
prometheus
:
image
:
prom/prometheus
volumes
:
-
./prometheus/:/etc/prometheus/
-
prometheus_data:/prometheus
command
:
-
'
--config.file=/etc/prometheus/prometheus.yml
'
-
'
--storage.tsdb.path=/prometheus
'
-
'
--web.console.libraries=/usr/share/prometheus/console_libraries
'
-
'
--web.console.templates=/usr/share/prometheus/consoles
'
ports
:
-
9090:9090
grafana
:
image
:
grafana/grafana
depends_on
:
-
prometheus
ports
:
-
3000:3000
volumes
:
-
grafana_data:/var/lib/grafana
-
./grafana/provisioning/:/etc/grafana/provisioning/
env_file
:
-
./grafana/config.monitoring
redis
:
image
:
redis:5
ports
:
-
"
6379:6379
"
command
:
-
'
--save 900 1
'
-
'
--save 30 2
'
volumes
:
-
./data:/data
benthos-lab
:
image
:
jeffail/benthos-lab
command
:
-
'
--www=/var/www
'
-
'
--redis-url=tcp://redis:6379
'
-
'
--redis-ttl=0s
'
ports
:
-
8080:8080
-
8081:8081
Back
|
FazBrowse Home
|
New Git URL