hacks/mkbootstrapdat/docker-compose.yml

12 lines
328 B
YAML

version: '2.0'
services:
mkbootstrap:
hostname: mkbootstrap.local
build: .
network_mode: bridge
env_file: "${HOME}/Documents/workstation/envfile/mkbootstrap.env"
volumes:
- "/storage/nobackup/bitcoin:/input:ro"
- "/storage/nobackup/bitcoin/bootstrap:/output"