allow specification of additional domains with https support (#164)
This commit is contained in:
committed by
Nicolas Dorier
parent
53ff474671
commit
3b44087ff3
@@ -7,10 +7,10 @@ services:
|
||||
# NGINX settings
|
||||
VIRTUAL_NETWORK: nginx-proxy
|
||||
VIRTUAL_PORT: 49392
|
||||
VIRTUAL_HOST: ${BTCPAY_HOST}
|
||||
VIRTUAL_HOST: ${BTCPAY_HOST},${BTCPAY_ADDITIONAL_HOSTS}
|
||||
VIRTUAL_HOST_NAME: "btcpay"
|
||||
SSL_POLICY: Mozilla-Modern
|
||||
|
||||
# Let's encrypt settings
|
||||
LETSENCRYPT_HOST: ${BTCPAY_HOST}
|
||||
LETSENCRYPT_HOST: ${BTCPAY_HOST},${BTCPAY_ADDITIONAL_HOSTS}
|
||||
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-<no value>}
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- "nginx_certs:/etc/nginx/certs:ro"
|
||||
nginx-gen:
|
||||
restart: unless-stopped
|
||||
image: btcpayserver/docker-gen:0.7.5
|
||||
image: btcpayserver/docker-gen:0.7.6
|
||||
container_name: nginx-gen
|
||||
environment:
|
||||
DEFAULT_HOST: ${REVERSEPROXY_DEFAULT_HOST:-none}
|
||||
|
||||
Reference in New Issue
Block a user