Remove traefik label

This commit is contained in:
nicolas.dorier 2022-06-19 12:12:40 +09:00
parent a073a5f7b3
commit 9d0edbfa12
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
5 changed files with 0 additions and 16 deletions

View File

@ -85,9 +85,6 @@ services:
RTL_SSO: 1 RTL_SSO: 1
RTL_COOKIE_PATH: /data/.cookie RTL_COOKIE_PATH: /data/.cookie
LOGOUT_REDIRECT_LINK: /server/services LOGOUT_REDIRECT_LINK: /server/services
labels:
traefik.enable: true
traefik.http.routers.bitcoin_rtl.rule: Host(`${BTCPAY_HOST}`) && (Path(`/rtl`) || PathPrefix(`/rtl/`))
volumes: volumes:
- "clightning_bitcoin_datadir:/root/.lightning" - "clightning_bitcoin_datadir:/root/.lightning"
- "bitcoin_datadir:/etc/bitcoin" - "bitcoin_datadir:/etc/bitcoin"

View File

@ -66,9 +66,6 @@ services:
- "lnd_bitcoin_rtl_datadir:/data" - "lnd_bitcoin_rtl_datadir:/data"
expose: expose:
- "3000" - "3000"
labels:
traefik.enable: true
traefik.http.routers.bitcoin_rtl.rule: Host(`${BTCPAY_HOST}`) && (Path(`/rtl`) || PathPrefix(`/rtl/`))
links: links:
- lnd_bitcoin - lnd_bitcoin

View File

@ -20,10 +20,6 @@ services:
BTCPAY_DEBUGLOG: btcpay.log BTCPAY_DEBUGLOG: btcpay.log
BTCPAY_UPDATEURL: https://api.github.com/repos/btcpayserver/btcpayserver/releases/latest BTCPAY_UPDATEURL: https://api.github.com/repos/btcpayserver/btcpayserver/releases/latest
BTCPAY_DOCKERDEPLOYMENT: "true" BTCPAY_DOCKERDEPLOYMENT: "true"
labels:
traefik.enable: true
traefik.http.routers.btcpayserver.rule: Host(`${BTCPAY_HOST}`)
# Traefic can not accept list from BTCPAY_ADDITIONAL_HOSTS, see Traefik/README.md
links: links:
- postgres - postgres
volumes: volumes:

View File

@ -21,9 +21,6 @@ services:
VIRTUAL_HOST: ${BTCTRANSMUTER_HOST} VIRTUAL_HOST: ${BTCTRANSMUTER_HOST}
VIRTUAL_HOST_NAME: "btctransmuter" VIRTUAL_HOST_NAME: "btctransmuter"
TRANSMUTER_BTCPayAuthServer: "http://btcpayserver:49392" TRANSMUTER_BTCPayAuthServer: "http://btcpayserver:49392"
labels:
traefik.enable: true
traefik.http.routers.btctransmuter.rule: Host(`${BTCPAY_HOST}`) && (Path(`/btctransmuter`) || PathPrefix(`/btctransmuter/`))
expose: expose:
- "80" - "80"
links: links:

View File

@ -19,9 +19,6 @@ services:
NO_CLIENT_ACCOUNTS: "true" NO_CLIENT_ACCOUNTS: "true"
LOG_LEVEL: debug LOG_LEVEL: debug
LOGOUT_URL: "/server/services/thunderhub/BTC" LOGOUT_URL: "/server/services/thunderhub/BTC"
labels:
traefik.enable: true
traefik.http.routers.bitcoin_thub.rule: Host(`${BTCPAY_HOST}`) && (Path(`/thub`) || PathPrefix(`/thub/`))
volumes: volumes:
- "lnd_bitcoin_datadir:/etc/lnd" - "lnd_bitcoin_datadir:/etc/lnd"
- "lnd_bitcoin_thub_datadir:/data" - "lnd_bitcoin_thub_datadir:/data"