mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
bump transmuter
This commit is contained in:
parent
ce06b5eb23
commit
8d3914fa03
@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
btctransmuter:
|
btctransmuter:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
image: btcpayserver/btctransmuter:0.0.43
|
image: btcpayserver/btctransmuter:0.0.44
|
||||||
container_name: btctransmuter
|
container_name: btctransmuter
|
||||||
environment:
|
environment:
|
||||||
TRANSMUTER_Database: User ID=postgres;Host=postgres;Port=5432;Database=btctransmuter${NBITCOIN_NETWORK:-regtest}
|
TRANSMUTER_Database: User ID=postgres;Host=postgres;Port=5432;Database=btctransmuter${NBITCOIN_NETWORK:-regtest}
|
||||||
@ -31,4 +31,4 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
BTCPAY_EXTERNALSERVICES: "BTC Transmuter:btctransmuter;"
|
BTCPAY_EXTERNALSERVICES: "BTC Transmuter:btctransmuter;"
|
||||||
volumes:
|
volumes:
|
||||||
btctransmuter_datadir:
|
btctransmuter_datadir:
|
||||||
|
Loading…
Reference in New Issue
Block a user