|
@ -2,12 +2,12 @@ version: "3.7" |
|
|
|
|
|
|
|
|
services: |
|
|
services: |
|
|
web: |
|
|
web: |
|
|
image: matwet/urbit-btc-node:latest |
|
|
image: urbit-btc-node:latest |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
ports: |
|
|
ports: |
|
|
- 55555:50002 |
|
|
- 55555:50002 |
|
|
- 9090:9090 |
|
|
- 9091:9090 |
|
|
environment: |
|
|
environment: |
|
|
ELECTRUM_IP: $ELECTRUM_IP |
|
|
ELECTRUM_IP: $ELECTRUM_IP |
|
|
ELECTRUM_PORT: $ELECTRUM_PORT |
|
|
ELECTRUM_PORT: $ELECTRUM_PORT |
|
@ -16,5 +16,3 @@ services: |
|
|
BITCOIN_RPC_USER: $BITCOIN_RPC_USER |
|
|
BITCOIN_RPC_USER: $BITCOIN_RPC_USER |
|
|
BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS |
|
|
BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS |
|
|
BITCOIN_RPC_AUTH: $BITCOIN_RPC_AUTH |
|
|
BITCOIN_RPC_AUTH: $BITCOIN_RPC_AUTH |
|
|
extra_hosts: |
|
|
|
|
|
- "host.docker.internal:host-gateway" |
|
|
|
|
|