added docker-compose file

This commit is contained in:
Jeffrey Paul 2016-05-20 19:08:32 -07:00
parent e6bd607a03
commit 6ad22d684f
1 changed files with 0 additions and 5 deletions

View File

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