-
Notifications
You must be signed in to change notification settings - Fork 9
/
docker-compose.yaml
196 lines (195 loc) · 5.19 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
# Warning: automatically generated file
# Please edit docker-compose.yaml.j2, then run bin/generate_docker_compose.py
version: "3.9"
services:
ap-alertmanager:
image: ap-alertmanager:${ASTRO_IMAGE_TAG:-latest}
build:
context: alertmanager
ap-auth-sidecar:
image: ap-auth-sidecar:${ASTRO_IMAGE_TAG:-latest}
build:
context: auth-sidecar
ap-awsesproxy:
image: ap-awsesproxy:${ASTRO_IMAGE_TAG:-latest}
build:
context: awsesproxy
ports:
- 9200:9200
entrypoint: "top"
ap-blackbox-exporter:
image: ap-blackbox-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: blackbox-exporter
ports:
- 9115:9115
ap-configmap-reloader:
image: ap-configmap-reloader:${ASTRO_IMAGE_TAG:-latest}
build:
context: configmap-reloader
entrypoint: "top"
ap-curator:
image: ap-curator:${ASTRO_IMAGE_TAG:-latest}
build:
context: curator
entrypoint: "/bin/sleep 1m"
ap-dind-golang:
image: ap-dind-golang:${ASTRO_IMAGE_TAG:-latest}
build:
context: dind-golang
entrypoint: "top"
ap-dogstatsd:
image: ap-dogstatsd:${ASTRO_IMAGE_TAG:-latest}
build:
context: dogstatsd
entrypoint: "/bin/sleep 1m"
ap-elasticsearch:
image: ap-elasticsearch:${ASTRO_IMAGE_TAG:-latest}
build:
context: elasticsearch
ap-elasticsearch-exporter:
image: ap-elasticsearch-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: elasticsearch-exporter
ap-fluentd:
image: ap-fluentd:${ASTRO_IMAGE_TAG:-latest}
build:
context: fluentd
ap-git-daemon:
image: ap-git-daemon:${ASTRO_IMAGE_TAG:-latest}
build:
context: git-daemon
entrypoint: "/bin/sleep 1m"
ap-git-sync:
image: ap-git-sync:${ASTRO_IMAGE_TAG:-latest}
build:
context: git-sync
entrypoint: "/bin/sleep 1m"
ap-git-sync-relay:
image: ap-git-sync-relay:${ASTRO_IMAGE_TAG:-latest}
build:
context: git-sync-relay
entrypoint: "/bin/sleep 1m"
ap-grafana:
image: ap-grafana:${ASTRO_IMAGE_TAG:-latest}
build:
context: grafana
ap-init:
image: ap-init:${ASTRO_IMAGE_TAG:-latest}
build:
context: init
entrypoint: "/bin/sleep 1m"
ap-keda:
image: ap-keda:${ASTRO_IMAGE_TAG:-latest}
build:
context: keda
ap-keda-metrics-apiserver:
image: ap-keda-metrics-apiserver:${ASTRO_IMAGE_TAG:-latest}
build:
context: keda-metrics-apiserver
ap-kibana:
image: ap-kibana:${ASTRO_IMAGE_TAG:-latest}
build:
context: kibana
ap-kube-state:
image: ap-kube-state:${ASTRO_IMAGE_TAG:-latest}
build:
context: kube-state
ap-kubed:
image: ap-kubed:${ASTRO_IMAGE_TAG:-latest}
build:
context: kubed
ap-nats-exporter:
image: ap-nats-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: nats-exporter
entrypoint: "top"
ap-nats-server:
image: ap-nats-server:${ASTRO_IMAGE_TAG:-latest}
build:
context: nats-server
ap-nats-streaming:
image: ap-nats-streaming:${ASTRO_IMAGE_TAG:-latest}
build:
context: nats-streaming
ap-nginx:
image: ap-nginx:${ASTRO_IMAGE_TAG:-latest}
build:
context: nginx
entrypoint: "top"
ap-nginx-es:
image: ap-nginx-es:${ASTRO_IMAGE_TAG:-latest}
build:
context: nginx-es
ap-node-exporter:
image: ap-node-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: node-exporter
ap-openresty:
image: ap-openresty:${ASTRO_IMAGE_TAG:-latest}
build:
context: openresty
ap-pgbouncer:
image: ap-pgbouncer:${ASTRO_IMAGE_TAG:-latest}
build:
context: pgbouncer
ap-pgbouncer-exporter:
image: ap-pgbouncer-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: pgbouncer-exporter
entrypoint: "top"
ap-pgbouncer-krb:
image: ap-pgbouncer-krb:${ASTRO_IMAGE_TAG:-latest}
build:
context: pgbouncer-krb
entrypoint: "top"
ap-po-logical-backup:
image: ap-po-logical-backup:${ASTRO_IMAGE_TAG:-latest}
build:
context: po-logical-backup
ap-po-pgbouncer:
image: ap-po-pgbouncer:${ASTRO_IMAGE_TAG:-latest}
build:
context: po-pgbouncer
entrypoint: "/bin/sleep 1m"
ap-po-spilo:
image: ap-po-spilo:${ASTRO_IMAGE_TAG:-latest}
build:
context: po-spilo
ap-postgres-exporter:
image: ap-postgres-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: postgres-exporter
entrypoint: "/bin/sleep 1m"
ap-postgres-operator:
image: ap-postgres-operator:${ASTRO_IMAGE_TAG:-latest}
build:
context: postgres-operator
entrypoint: "/bin/sleep 1m"
ap-postgresql:
image: ap-postgresql:${ASTRO_IMAGE_TAG:-latest}
build:
context: postgresql
entrypoint: "/bin/sleep 1m"
environment:
- ALLOW_EMPTY_PASSWORD=yes
ap-prometheus:
image: ap-prometheus:${ASTRO_IMAGE_TAG:-latest}
build:
context: prometheus
ap-redis:
image: ap-redis:${ASTRO_IMAGE_TAG:-latest}
build:
context: redis
ap-registry:
image: ap-registry:${ASTRO_IMAGE_TAG:-latest}
build:
context: registry
ap-statsd-exporter:
image: ap-statsd-exporter:${ASTRO_IMAGE_TAG:-latest}
build:
context: statsd-exporter
ap-vector:
image: ap-vector:${ASTRO_IMAGE_TAG:-latest}
build:
context: vector