Migrated docker-compose file from other repo

This commit is contained in:
Leopere 2018-05-31 20:09:46 -04:00
parent 64c6ba6857
commit 456c27b5d0

View file

@ -0,0 +1,19 @@
## To-Do:
## * [] setup webhooks in gitlab on projects that build containers for this.
## * [] Get the thing tested & perfected.
## * [] Healthchecks on all containers ideally without needing a custom container.
version: '3.4'
services:
#############
## Lbrynet ##
#############
lbrynet:
build: .
restart: always
ports:
- 4444:4444
- 50001:50001
## host volumes for persistent data such as wallet private keys.
volumes:
- ./docker/data/:/data