creates bitcoin bootstrap file

This commit is contained in:
2016-04-06 04:52:32 +02:00
parent 5533ee1239
commit c28036bae1
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: '2.0'
services:
mkbootstrap:
hostname: mkbootstrap.local
build: .
image: tmp/mkbootstrap
network_mode: bridge
env_file: "${HOME}/Documents/workstation/envfile/mkbootstrap.env"
volumes:
- "/storage/nobackup/bitcoin:/input:ro"
- "/storage/nobackup/bitcoin/bootstrap:/output"
logging:
driver: syslog
options:
syslog-address: "tcp://172.17.0.1:514"