1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 09:47:04 +01:00

Update elasticsearch.yml

This commit is contained in:
Alex Coseru 2022-12-10 09:54:00 +02:00 committed by GitHub
parent 75f419808e
commit 7fc2042bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ version: '3'
services: services:
elasticsearch: elasticsearch:
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest} image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
ports:
- 9200:9200
networks: networks:
backend: backend:
ipv4_address: 172.15.0.6 ipv4_address: 172.15.0.6