Compare commits
3 Commits
3.4.0+v1.8
...
3.5.0+v1.8
| Author | SHA1 | Date | |
|---|---|---|---|
| d4c858fa2e | |||
| 39a47a2515 | |||
| 6e556c8b2d |
2
abra.sh
2
abra.sh
@ -1,6 +1,6 @@
|
||||
export DISCORD_BRIDGE_YAML_VERSION=v2
|
||||
export ENTRYPOINT_CONF_VERSION=v1
|
||||
export HOMESERVER_YAML_VERSION=v18
|
||||
export HOMESERVER_YAML_VERSION=v19
|
||||
export LOG_CONFIG_VERSION=v2
|
||||
export SHARED_SECRET_AUTH_VERSION=v1
|
||||
export SIGNAL_BRIDGE_YAML_VERSION=v4
|
||||
|
||||
@ -3,7 +3,7 @@ version: "3.8"
|
||||
|
||||
services:
|
||||
app:
|
||||
image: "matrixdotorg/synapse:v1.78.0"
|
||||
image: "matrixdotorg/synapse:v1.81.0"
|
||||
volumes:
|
||||
- "data:/data"
|
||||
depends_on:
|
||||
@ -61,7 +61,7 @@ services:
|
||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.3.0+v1.78.0"
|
||||
- "coop-cloud.${STACK_NAME}.version=3.5.0+v1.81.0"
|
||||
|
||||
db:
|
||||
image: postgres:13-alpine
|
||||
|
||||
@ -685,7 +685,7 @@ email:
|
||||
# authentication is attempted.
|
||||
#
|
||||
smtp_user: {{ env "SMTP_USER" }}
|
||||
smtp_pass: {{ secret "smtp_password" }}
|
||||
smtp_pass: "{{ secret "smtp_password" }}"
|
||||
|
||||
# Uncomment the following to require TLS transport security for SMTP.
|
||||
# By default, Synapse will connect over plain text, and will then switch to
|
||||
|
||||
Reference in New Issue
Block a user