Explorar el Código

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 hace 1 año
padre
commit
76c477f211
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      docker/docker-compose-base.yml

+ 2
- 2
docker/docker-compose-base.yml Ver fichero

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

Cargando…
Cancelar
Guardar