-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocker-compose.yml
More file actions
39 lines (35 loc) · 869 Bytes
/
docker-compose.yml
File metadata and controls
39 lines (35 loc) · 869 Bytes
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
version: "3.8"
services:
proxy:
image: nginx:1.19
environment:
- KIBANA_ENDPOINT=https://5bc3d4f7330a4459881197a85659caf5.us-west-2.aws.found.io:9243
- KIBANA_BASIC_AUTH
ports:
- 80:80
volumes:
- ./proxy/templates:/etc/nginx/templates
- ./proxy/web:/usr/share/nginx/html
depends_on:
- grafana
- library
grafana:
build:
context: .
dockerfile: Dockerfile.grafana
volumes:
- ./grafana:/etc/grafana
environment:
- GF_DATABASE_TYPE
- GF_DATABASE_HOST
- GF_DATABASE_PASSWORD
- GF_AUTH_GITHUB_CLIENT_ID
- GF_AUTH_GITHUB_CLIENT_SECRET
- GF_ALERTING_EXECUTE_ALERTS
- GF_SERVER_ROOT_URL
renderer:
image: grafana/grafana-image-renderer:3.3.0
library:
image: safecast/library:latest
environment:
- ELASTICSEARCH_HOST