mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
feat: ドメインイベントのサブスクライバー一覧を出力できるように
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user