You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
814 B
24 lines
814 B
3 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
image: matwet/urbit-btc-node:latest@sha256:930a1752684277f743d2b48a59b4b977da96423d49ed4b5076c14cd81fa5e286
|
||
|
init: true
|
||
|
restart: on-failure
|
||
|
stop_grace_period: 1m
|
||
|
ports:
|
||
|
- ${APP_URBIT_BITCOIN_CONNECTOR_PORT}:${APP_URBIT_BITCOIN_CONNECTOR_PORT}
|
||
|
- ${APP_URBIT_BITCOIN_CONNECTOR_SERVER_PORT}:${APP_URBIT_BITCOIN_CONNECTOR_SERVER_PORT}
|
||
|
environment:
|
||
|
INTERNAL_IP: $APP_URBIT_BITCOIN_CONNECTOR_IP
|
||
|
ELECTRUM_IP: $ELECTRUM_IP
|
||
|
ELECTRUM_PORT: $ELECTRUM_PORT
|
||
|
BITCOIN_IP: $BITCOIN_IP
|
||
|
BITCOIN_RPC_PORT: $BITCOIN_RPC_PORT
|
||
|
BITCOIN_RPC_USER: $BITCOIN_RPC_USER
|
||
|
BITCOIN_RPC_PASS: $BITCOIN_RPC_PASS
|
||
|
BITCOIN_RPC_AUTH: $BITCOIN_RPC_AUTH
|
||
|
networks:
|
||
|
default:
|
||
|
ipv4_address: $APP_URBIT_BITCOIN_CONNECTOR_IP
|