Compare commits
8 Commits
6.8.1fix
...
6.8.1+v1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e0c9063c4 | |||
| 24f7e0cb35 | |||
| 6d1397562b | |||
| e0c0861c16 | |||
| 41fdcafaa0 | |||
| 730dbc4569 | |||
| 7703bbbce7 | |||
| e3df032bda |
@ -91,6 +91,7 @@ services:
|
||||
- LOGIN_LIMIT_ACCOUNT_PER_SECOND=${LOGIN_LIMIT_ACCOUNT_PER_SECOND:-0.003}
|
||||
- LOGIN_LIMIT_ACCOUNT_BURST=${LOGIN_LIMIT_ACCOUNT_BURST:-5}
|
||||
- WEB_CLIENT_LOCATION
|
||||
- MAX_UPLOAD_SIZE
|
||||
networks:
|
||||
- internal
|
||||
entrypoint: /docker-entrypoint.sh
|
||||
@ -106,7 +107,7 @@ services:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
labels:
|
||||
- "coop-cloud.${STACK_NAME}.version=6.8.0+v1.139.2"
|
||||
- "coop-cloud.${STACK_NAME}.version=6.8.1+v1.139.2"
|
||||
- "coop-cloud.${STACK_NAME}.timeout=${TIMEOUT}"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8008/health"]
|
||||
|
||||
@ -130,7 +130,7 @@ log_config: "/data/log.config"
|
||||
media_store_path: "/data/media_store"
|
||||
|
||||
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#max_upload_size
|
||||
max_upload_size: 50M
|
||||
max_upload_size: {{ or (env "MAX_UPLOAD_SIZE") 50M }}
|
||||
|
||||
# https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#turn
|
||||
{{ if eq (env "TURN_ENABLED") "1" }}
|
||||
|
||||
Reference in New Issue
Block a user