Sfoglia il codice sorgente

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

### 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
tags/v0.3.2
Moonlit 1 anno fa
parent
commit
76c477f211
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      docker/docker-compose-base.yml

+ 2
- 2
docker/docker-compose-base.yml Vedi File

@@ -96,8 +96,8 @@ services:
volumes:
esdata01:
driver: local
kibanadata:
driver: local
# kibanadata:
# driver: local
mysql_data:
driver: local
minio_data:

Loading…
Annulla
Salva