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.
34 lines
976 B
34 lines
976 B
maintainer: "Valentin Lab <valentin.lab@kalysto.org>"
|
|
docker-image: docker.0k.io/conduwuit:0.4.6
|
|
config-resources:
|
|
- /etc/conduwuit/conduwuit.toml
|
|
data-resources:
|
|
- /var/lib/conduwuit
|
|
|
|
docker-compose:
|
|
environment:
|
|
CONDUWUIT_ALLOW_CHECK_FOR_UPDATES: 'false'
|
|
CONDUWUIT_CONFIG: '/etc/conduwuit/conduwuit.toml'
|
|
CONDUWUIT_DATABASE_PATH: /var/lib/conduwuit
|
|
CONDUWUIT_ADDRESS: 0.0.0.0 ## Required as otherwise it is localhost
|
|
CONDUWUIT_PORT: 6167
|
|
|
|
default-options:
|
|
allow-registration: false
|
|
|
|
uses:
|
|
# log-rotate:
|
|
# constraint: recommended
|
|
# auto: pair
|
|
# solves:
|
|
# disk-leak: "/data/logs"
|
|
web-proxy:
|
|
constraint: recommended
|
|
auto: pair
|
|
solves:
|
|
proxy: "Public access"
|
|
default-options:
|
|
target: !var-expand ${MASTER_BASE_SERVICE_NAME}:6167
|
|
## ``nocanon`` is mandatory
|
|
## see: https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst
|
|
apache-proxy-pass-options: retry=0 nocanon
|