Migrated docker-compose file from other repo
This commit is contained in:
parent
ae7f0e1e1d
commit
ecc64602c9
1 changed files with 19 additions and 0 deletions
19
lbrynet-daemon/docker-compose.yml
Normal file
19
lbrynet-daemon/docker-compose.yml
Normal 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
|
Loading…
Add table
Reference in a new issue