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