11 lines
327 B
YAML
11 lines
327 B
YAML
|
---
|
||
|
# Defines whether TheLounge is deployed behind a reverse proxy
|
||
|
# if so, installs the nginx config file
|
||
|
thelounge_reverse_proxy: true
|
||
|
|
||
|
# Subdomain to be used for the reverse proxy configuration
|
||
|
thelounge_subdomain: lounge
|
||
|
|
||
|
# HTTP port that's both exposed by container and used by the reverse proxy
|
||
|
thelounge_http_port: 9000
|