bump transmuter and link to btcpay

This commit is contained in:
Andrew Camilleri 2021-03-18 09:49:01 +01:00 committed by GitHub
parent 0259d3163e
commit 13e8fcfac6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
btctransmuter: btctransmuter:
restart: unless-stopped restart: unless-stopped
image: btcpayserver/btctransmuter:0.0.55 image: btcpayserver/btctransmuter:0.0.56
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}
@ -20,11 +20,13 @@ services:
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-<no value>} LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-<no value>}
VIRTUAL_HOST: ${BTCTRANSMUTER_HOST} VIRTUAL_HOST: ${BTCTRANSMUTER_HOST}
VIRTUAL_HOST_NAME: "btctransmuter" VIRTUAL_HOST_NAME: "btctransmuter"
TRANSMUTER_BTCPayAuthServer: "http://btcpayserver:49392"
expose: expose:
- "80" - "80"
links: links:
- postgres - postgres
- nbxplorer - nbxplorer
- btcpayserver
volumes: volumes:
- "btctransmuter_datadir:/app/data" - "btctransmuter_datadir:/app/data"
- "nbxplorer_datadir:/root/.nbxplorer" - "nbxplorer_datadir:/root/.nbxplorer"