You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
339 B
15 lines
339 B
version: "3"
|
|
|
|
services:
|
|
|
|
btcpayserver:
|
|
environment:
|
|
# NGINX settings
|
|
VIRTUAL_NETWORK: nginx-proxy
|
|
VIRTUAL_PORT: 49392
|
|
VIRTUAL_HOST: ${BTCPAY_HOST}
|
|
SSL_POLICY: Mozilla-Modern
|
|
|
|
# Let's encrypt settings
|
|
LETSENCRYPT_HOST: ${BTCPAY_HOST}
|
|
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL:-<no value>}
|