introduce BTCP_HOST env variable
This commit is contained in:
@@ -65,10 +65,10 @@ services:
|
|||||||
# NGINX settings
|
# NGINX settings
|
||||||
VIRTUAL_NETWORK: nginx-proxy
|
VIRTUAL_NETWORK: nginx-proxy
|
||||||
VIRTUAL_PORT: 49392
|
VIRTUAL_PORT: 49392
|
||||||
VIRTUAL_HOST:
|
VIRTUAL_HOST: $(BTCPAY_HOST)
|
||||||
|
|
||||||
# Let's encrypt settings
|
# Let's encrypt settings
|
||||||
LETSENCRYPT_HOST:
|
LETSENCRYPT_HOST: $(BTCPAY_HOST)
|
||||||
LETSENCRYPT_EMAIL: email@btcpayserver.com
|
LETSENCRYPT_EMAIL: email@btcpayserver.com
|
||||||
|
|
||||||
links:
|
links:
|
||||||
|
|||||||
Reference in New Issue
Block a user