🥅 Added network key to elasticsearch

This commit is contained in:
2022-03-31 00:28:46 -07:00
parent 9b9429c0d2
commit 050cb068a2

View File

@@ -30,11 +30,9 @@ services:
- db - db
- elasticsearch - elasticsearch
- redis - redis
networks: networks:
- proxy - proxy
metadata-service: metadata-service:
build: build:
context: https://github.com/rishighan/threetwo-metadata-service.git context: https://github.com/rishighan/threetwo-metadata-service.git
@@ -111,12 +109,13 @@ services:
hard: -1 hard: -1
ports: ports:
- 9200:9200 - 9200:9200
networks:
- proxy
networks: networks:
proxy: proxy:
external: true external: true
volumes: volumes:
mongodb_data: mongodb_data:
driver: local driver: local