Lbrynet containers for compiling and running armhf and x86_64 #53

Merged
Leopere merged 26 commits from lbrynet into master 2019-04-24 05:05:44 +02:00
Showing only changes of commit ada255021c - Show all commits

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