Added todo items into lbrynet compose.yml
This commit is contained in:
parent
32d7abf54e
commit
ada255021c
1 changed files with 5 additions and 2 deletions
|
@ -11,11 +11,14 @@ services:
|
||||||
lbrynet:
|
lbrynet:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
|
## TODO: Does this container ever need a static network address or is it better to be dynamic?
|
||||||
networks:
|
networks:
|
||||||
lbrynet:
|
# lbrynet:
|
||||||
ipv4_address: 10.5.1.4
|
# ipv4_address: 10.5.1.4
|
||||||
|
- lbrynet
|
||||||
labels:
|
labels:
|
||||||
- "traefik.expose=false"
|
- "traefik.expose=false"
|
||||||
|
## TODO: Verify the need for the following port binds on host networking.
|
||||||
ports:
|
ports:
|
||||||
- 4444:4444
|
- 4444:4444
|
||||||
- 50001:50001
|
- 50001:50001
|
||||||
|
|
Loading…
Reference in a new issue