lbry-docker/lbrynet/compose/docker-compose.yml-prod-example

27 lines
595 B
Text
Raw Normal View History

version: '3.4'
2018-10-02 22:54:18 +02:00
networks:
2018-11-29 20:23:34 +01:00
lbry-network:
2018-10-02 22:54:18 +02:00
external: true
services:
#############
## Lbrynet ##
#############
lbrynet:
image: lbry/lbrynet:Linux-x86_64-production
restart: always
2018-10-02 22:54:18 +02:00
networks:
# lbrynet:
2018-11-29 20:09:05 +01:00
# ipv4_address: 10.6.1.4
2018-11-29 20:23:34 +01:00
- lbry-network
ports:
- 4444:4444
- 50001:50001
env_file:
- ../environment/lbrynet.env
## host volumes for persistent data such as wallet private keys.
# This container will not run without a persistent wallet as it may contain a LBC balance.
volumes:
- ../persist/lbrynet/data:/lbrynet