Moonlit commited on
Commit
9279e72
·
1 Parent(s): 6cfad3c

chore: disable Kibana volume storage in Docker Compose (#548)

Browse files

### What problem does this PR solve?

Since Kibana service is not currently being used, the associated volume
'kibanadata' has been commented out in the Docker Compose file. This
change helps to prevent the allocation of unnecessary resources and
simplifies the configuration.

### Type of change

- [x] Refactoring
unused Kibana volume storage

Files changed (1) hide show
  1. docker/docker-compose-base.yml +2 -2
docker/docker-compose-base.yml CHANGED
@@ -96,8 +96,8 @@ services:
96
  volumes:
97
  esdata01:
98
  driver: local
99
- kibanadata:
100
- driver: local
101
  mysql_data:
102
  driver: local
103
  minio_data:
 
96
  volumes:
97
  esdata01:
98
  driver: local
99
+ # kibanadata:
100
+ # driver: local
101
  mysql_data:
102
  driver: local
103
  minio_data: