Added todo items into lbrynet compose.yml

This commit is contained in:
Leopere 2018-11-26 23:09:22 +00:00
parent 32d7abf54e
commit ada255021c

View file

@ -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