feat: ドメインイベントのサブスクライバー一覧を出力できるように

This commit is contained in:
2024-09-13 13:40:52 +09:00
parent d74101a2b6
commit 1c80911365
10 changed files with 151 additions and 66 deletions
-2
View File
@@ -30,7 +30,6 @@ services:
- "9200:9200"
volumes:
- elasticsearch-data:/usr/share/elasticsearch/data
restart: always
kibana:
image: docker.elastic.co/kibana/kibana:7.17.24
container_name: kibana
@@ -42,7 +41,6 @@ services:
- ELASTICSEARCH_PASSWORD=Passw0rd
depends_on:
- elasticsearch
restart: always
fluentd:
build: ./fluentd