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