Add to Github

This commit is contained in:
tecnovert
2019-07-17 17:12:06 +02:00
commit e242f50b2b
26 changed files with 5035 additions and 0 deletions

5
docker/coindata/.gitignore vendored Normal file
View File

@@ -0,0 +1,5 @@
*
!.gitignore
!basicswap/basicswap.json
!particl/particl.conf
!litecoin/litecoin.conf

15
docker/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3'
services:
swapclient:
build:
context: ../
volumes:
- ./coindata:/coindata
ports:
- "127.0.0.1:12700:12700" # Expose only to localhost
volumes:
coindata:
driver: local