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 992a2ab7c9 - Show all commits

View file

@ -1,7 +1,7 @@
version: '3.4'
networks:
lbrynet:
lbry-network:
external: true
services:
@ -15,7 +15,7 @@ services:
networks:
# lbrynet:
# ipv4_address: 10.6.1.4
- lbrynet
- lbry-network
labels:
- "traefik.expose=false"
## TODO: Verify the need for the following port binds on host networking.
@ -24,4 +24,4 @@ services:
- 50001:50001
## host volumes for persistent data such as wallet private keys.
volumes:
- ./data:/data
- ./data:/lbrynet