-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdocker-compose.yaml
61 lines (51 loc) · 1.39 KB
/
docker-compose.yaml
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
52
53
54
55
56
57
58
59
60
61
version: '3'
services:
madock8s:
image: maibornwolff/madock8s-controller
build:
context: core
dockerfile: controller/Dockerfile
mdstorage:
image: maibornwolff/madock8s-mdstorage
build:
context: core
dockerfile: services/mdstorage/Dockerfile
prometheus-exporter:
image: maibornwolff/madock8s_prometheus_exporter
build:
context: ./
dockerfile: exporter/prometheus/Dockerfile
gitlab-exporter:
image: maibornwolff/madock8s_gitlab_exporter
build:
context: ./
dockerfile: exporter/gitlab/Dockerfile
github-exporter:
image: maibornwolff/madock8s_github_exporter
build:
context: ./
dockerfile: exporter/github/Dockerfile
env-exporter:
image: maibornwolff/madock8s_env_exporter
build:
context: ./
dockerfile: exporter/env/Dockerfile
swagger-exporter:
image: maibornwolff/madock8s_swagger_exporter
build:
context: ./
dockerfile: exporter/swagger/Dockerfile
version-exporter:
image: maibornwolff/madock8s_version_exporter
build:
context: ./
dockerfile: exporter/version/Dockerfile
sample-metrics:
image: maibornwolff/madock8s_sample_metrics
build:
context: sample-metrics
sample-metrics-swagger:
image: maibornwolff/madock8s_sample_metrics_swagger
build:
context: sample-metrics
dockerfile: swagger/Dockerfile