🥅 Added network key to elasticsearch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user