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