Dockerfile

This commit is contained in:
2022-10-19 06:26:34 -04:00
commit 4cfcc8efeb
4 changed files with 111 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: '3.9'
services:
electrum:
image: bitdeals/electrum:4.1.5-alpine
environment:
- ELECTRUM_API_USER=electrum_api_user
- ELECTRUM_API_PASSWORD=electrum_api_password
- ELECTRUM_TESTNET=1
ports:
- 7000:7000