reorganized folder structure

This commit is contained in:
2026-03-25 12:28:35 -04:00
parent 0d4833f940
commit 1f0f0fd8fe
1426 changed files with 348 additions and 9678 deletions

View File

@@ -0,0 +1,24 @@
version: '3'
services:
bitcoin:
image: kylemanna/bitcoind
container_name: bitcoind
restart: always
volumes:
- "/bitcoin:/bitcoin/.bitcoin"
ports:
- "18332:18332"
- "18333:18333"
environment:
BITCOIN: "/bitcoin"
command:
-rpcallowip=0.0.0.0/0
-rpcbind=0.0.0.0
-rpcuser=user
-rpcpassword=password
-server=1
-wallet=wallet.dat
-disablewallet=0
volumes:
bitcoin:
driver: local