15 lines
331 B
YAML
15 lines
331 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
services:
|
|
elasticsearch:
|
|
image: docker.io/bitnami/elasticsearch:9.2
|
|
ports:
|
|
- '9200:9200'
|
|
- '9300:9300'
|
|
volumes:
|
|
- 'elasticsearch_data:/bitnami/elasticsearch/data'
|
|
volumes:
|
|
elasticsearch_data:
|
|
driver: local
|