From ada255021c23bcbc406bb0583f0785129f08b2ff Mon Sep 17 00:00:00 2001 From: Leopere Date: Mon, 26 Nov 2018 23:09:22 +0000 Subject: [PATCH] Added todo items into lbrynet compose.yml --- lbrynet/docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lbrynet/docker-compose.yml b/lbrynet/docker-compose.yml index 5b2ce7f..fad5c2f 100644 --- a/lbrynet/docker-compose.yml +++ b/lbrynet/docker-compose.yml @@ -11,11 +11,14 @@ services: lbrynet: build: . restart: always + ## TODO: Does this container ever need a static network address or is it better to be dynamic? networks: - lbrynet: - ipv4_address: 10.5.1.4 + # lbrynet: + # ipv4_address: 10.5.1.4 + - lbrynet labels: - "traefik.expose=false" + ## TODO: Verify the need for the following port binds on host networking. ports: - 4444:4444 - 50001:50001