New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT (#142)
* New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT * Added new vars to btcpay-setup.sh + added docs * Renamed BTCPAY_HTTP_PORT to REVERSEPROXY_HTTP_PORT and BTCPAY_HTTPS_PORT to REVERSEPROXY_HTTPS_PORT * Update btcpay-setup.sh Added ` ` around REVERSEPROXY_HTTP_PORT * Added REVERSEPROXY_HTTP_PORT ans REVERSEPROXY_HTTPS_PORT to helpers.sh
This commit is contained in:
committed by
Nicolas Dorier
parent
6372e92401
commit
dd72f22b89
@@ -6,8 +6,8 @@ services:
|
||||
image: traefik
|
||||
container_name: traefik
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
- "${REVERSEPROXY_HTTP_PORT:-80}:80"
|
||||
- "${REVERSEPROXY_HTTPS_PORT:-443}:443"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "./traefik.toml:/traefik.toml"
|
||||
|
||||
Reference in New Issue
Block a user