🥅 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
- elasticsearch
- redis
networks:
- proxy
metadata-service:
build:
context: https://github.com/rishighan/threetwo-metadata-service.git
@@ -111,12 +109,13 @@ services:
hard: -1
ports:
- 9200:9200
networks:
- proxy
networks:
proxy:
external: true
volumes:
mongodb_data:
driver: local