-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompose.yaml
114 lines (101 loc) · 1.8 KB
/
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
services:
adminer:
extends:
file: ./adminer/compose.yaml
service: adminer
profiles:
- adminer
- all
dozzle:
extends:
file: ./dozzle/compose.yaml
service: dozzle
profiles:
- dozzle
- all
mongo:
extends:
file: ./mongo/compose.yaml
service: mongo
profiles:
- mongo
- all
postgres:
extends:
file: ./postgres/compose.yaml
service: postgres
profiles:
- postgres
- all
rabbitmq:
extends:
file: ./rabbitmq/compose.yaml
service: rabbitmq
profiles:
- rabbitmq
- all
redis:
extends:
file: ./redis/compose.yaml
service: redis
profiles:
- redis
- all
indocker.app:
extends:
file: ./indocker.app/compose.yaml
service: indocker.app
networks:
- internal-bridge
profiles:
- indocker.app
- all
grafana.loki:
extends:
file: ./grafana/compose.yaml
service: loki
profiles:
- grafana
- all
grafana.grafana:
extends:
file: ./grafana/compose.yaml
service: grafana
profiles:
- grafana
- all
grafana.node-exporter:
extends:
file: ./grafana/compose.yaml
service: node-exporter
profiles:
- grafana
- all
grafana.prometheus:
extends:
file: ./grafana/compose.yaml
service: prometheus
profiles:
- grafana
- all
smtp:
extends:
file: ./fake-smtp-server/compose.yaml
service: smtp
profiles:
- smtp
- all
networks:
internal-bridge:
name: internal-bridge
driver: bridge
monitoring:
name: monitoring
driver: bridge
volumes:
mongo-data:
postgres-data:
rabbitmq-data:
prometheus_data:
grafana-storage:
loki-storage: