Browse Source
Accept RPC username from env in neutrino-switcher (#122)
mount-script-check
Mayank Chhabra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
docker-compose.yml
|
|
@ -139,7 +139,7 @@ services: |
|
|
|
ipv4_address: 10.11.2.2 |
|
|
|
neutrino-switcher: |
|
|
|
container_name: neutrino-switcher |
|
|
|
image: lncm/neutrino-switcher:1.0.2 |
|
|
|
image: getumbrel/neutrino-switcher:v1.0.3 |
|
|
|
logging: *default-logging |
|
|
|
depends_on: [ bitcoin, lnd ] |
|
|
|
restart: unless-stopped |
|
|
@ -149,6 +149,7 @@ services: |
|
|
|
- /var/run/docker.sock:/var/run/docker.sock |
|
|
|
environment: |
|
|
|
JSONRPCURL: "http://10.11.1.1:${BITCOIN_RPC_PORT}" |
|
|
|
RPCUSER: $BITCOIN_RPC_USER |
|
|
|
RPCPASS: $BITCOIN_RPC_PASS |
|
|
|
LND_CONTAINER_NAME: lnd |
|
|
|
SLEEPTIME: 3600 |
|
|
|