@@ -19,7 +19,7 @@ services:
19
19
ports :
20
20
- " 2113:2113"
21
21
networks :
22
- - booking_modular_monolith
22
+ - booking
23
23
24
24
# ######################################################
25
25
# postgres
@@ -42,7 +42,7 @@ services:
42
42
volumes :
43
43
- postgres-data:/var/lib/postgresql/data
44
44
networks :
45
- - booking_modular_monolith
45
+ - booking
46
46
47
47
# ######################################################
48
48
# Mongo
@@ -57,7 +57,7 @@ services:
57
57
ports :
58
58
- 27017:27017
59
59
networks :
60
- - booking_modular_monolith
60
+ - booking
61
61
62
62
# ######################################################
63
63
# jaeger
@@ -76,7 +76,7 @@ services:
76
76
- " 14318:4318" # OTLP http receiver for jaeger
77
77
# - "9411" # Accepts Zipkin spans - /api/v2/spans
78
78
networks :
79
- - booking_modular_monolith
79
+ - booking
80
80
81
81
# ######################################################
82
82
# zipkin
@@ -89,7 +89,7 @@ services:
89
89
ports :
90
90
- " 9411:9411"
91
91
networks :
92
- - booking_modular_monolith
92
+ - booking
93
93
94
94
# ######################################################
95
95
# prometheus
@@ -114,7 +114,7 @@ services:
114
114
- " --web.enable-remote-write-receiver"
115
115
# - "--log.level=debug"
116
116
networks :
117
- - booking_modular_monolith
117
+ - booking
118
118
119
119
# ######################################################
120
120
# otel-collector
@@ -140,7 +140,7 @@ services:
140
140
- " 4318:4318" # OTLP http receiver
141
141
- " 55679:55679" # zpages extension
142
142
networks :
143
- - booking_modular_monolith
143
+ - booking
144
144
145
145
# ######################################################
146
146
# rabbitmq
@@ -155,7 +155,7 @@ services:
155
155
# volumes:
156
156
# - rabbitmq:/var/lib/rabbitmq
157
157
networks :
158
- - booking_modular_monolith
158
+ - booking
159
159
160
160
# ######################################################
161
161
# Redis
@@ -167,7 +167,7 @@ services:
167
167
ports :
168
168
- 6379:6379
169
169
networks :
170
- - booking_modular_monolith
170
+ - booking
171
171
172
172
# ######################################################
173
173
# node-exporter
@@ -189,7 +189,7 @@ services:
189
189
ports :
190
190
- " 9101:9100"
191
191
networks :
192
- - booking_modular_monolith
192
+ - booking
193
193
194
194
# ######################################################
195
195
# grafana
@@ -218,7 +218,7 @@ services:
218
218
- ./../configs/grafana/provisioning:/etc/grafana/provisioning
219
219
- ./../configs/grafana/dashboards:/var/lib/grafana/dashboards
220
220
networks :
221
- - booking_modular_monolith
221
+ - booking
222
222
223
223
# ######################################################
224
224
# tempo
@@ -239,7 +239,7 @@ services:
239
239
- " 24317:4317" # otlp grpc
240
240
- " 24318:4318" # otlp http
241
241
networks :
242
- - booking_modular_monolith
242
+ - booking
243
243
244
244
# ######################################################
245
245
# loki
@@ -257,7 +257,7 @@ services:
257
257
volumes :
258
258
- ./../configs/loki-config.yaml:/etc/loki/local-config.yaml
259
259
networks :
260
- - booking_modular_monolith
260
+ - booking
261
261
262
262
# ######################################################
263
263
# elasticsearch
@@ -290,7 +290,7 @@ services:
290
290
- ${ELASTIC_HOST_PORT:-9200}:${ELASTIC_PORT:-9200}
291
291
- 9300:9300
292
292
networks :
293
- - booking_modular_monolith
293
+ - booking
294
294
295
295
# ######################################################
296
296
# kibana
@@ -307,7 +307,7 @@ services:
307
307
depends_on :
308
308
- elasticsearch
309
309
networks :
310
- - booking_modular_monolith
310
+ - booking
311
311
312
312
# ######################################################
313
313
# cadvisor
@@ -327,7 +327,7 @@ services:
327
327
devices :
328
328
- /dev/kmsg
329
329
networks :
330
- - booking_modular_monolith
330
+ - booking
331
331
332
332
# ######################################################
333
333
# booking-modular-monolith
@@ -353,11 +353,11 @@ services:
353
353
- ASPNETCORE_Kestrel__Certificates__Default__Password=password
354
354
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx
355
355
networks :
356
- - booking_modular_monolith
356
+ - booking
357
357
358
358
networks :
359
- booking_modular_monolith :
360
- name : booking_modular_monolith
359
+ booking :
360
+ name : booking
361
361
driver : bridge
362
362
363
363
volumes :
0 commit comments