Remove docker-compose file from EPS

This commit is contained in:
nicolas.dorier 2021-12-13 11:07:14 +09:00
parent 923db55876
commit 55892eadd5
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -1,33 +0,0 @@
version: "3"
services:
electrum_ps:
image: btcpayserver/eps:h
restart: unless-stopped
ports:
- "50002:50002"
environment:
EPS_CONFIG: |
[master-public-keys]
wallet = DOCKERXPUB
[bitcoin-rpc]
host = DOCKERHOST
port = DOCKERPORT
rpc_user = DOCKERRPC_USER
rpc_password = DOCKERRPC_PASSWORD
poll_interval_listening = 600
poll_interval_connected = 5
initial_import_count = 1000
gap_limit = 25
wallet_filename =
[electrum-server]
host = 0.0.0.0
port = 50002
broadcast_method = own-node
ip_whitelist = *
disable_mempool_fee_histogram = false
# certfile = certs/cert.crt
# keyfile = certs/cert.key
# If you use your own certificates put them in the docker volume, comment out the above and use something like:
#certfile = /srv/yourcert.crt
#keyfile = /srv/yourkey.key