Selaa lähdekoodia

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 vuosi sitten
vanhempi
commit
76c477f211
No account linked to committer's email address
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2
    2
      docker/docker-compose-base.yml

+ 2
- 2
docker/docker-compose-base.yml Näytä tiedosto

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

Loading…
Peruuta
Tallenna