diff --git a/apps/synapse/app.yml b/apps/synapse/app.yml index c933ba6..3c5f8a5 100644 --- a/apps/synapse/app.yml +++ b/apps/synapse/app.yml @@ -8,7 +8,7 @@ version: 3 metadata: category: Social name: Synapse - version: 1.59.1 + version: 1.60.0 tagline: Matrix homeserver description: Description is coming soon. developers: @@ -22,7 +22,7 @@ metadata: - 3.jpg torOnly: false containers: - - image: ghcr.io/runcitadel/synapse:develop@sha256:9baa8cb96ab6b844fb47714c51ec683b8962a3a90de3de3daa6f88fddc5e3bdb + - image: ghcr.io/runcitadel/synapse:develop@sha256:80e15d6247e30d162758178aeb41bb9181e5d7ec9d73af35939bccbb3aecbab9 entrypoint: bash command: -c './start.py generate && ./start.py migrate_config && exec ./start.py' port: 8008 @@ -31,9 +31,9 @@ containers: GID: "1000" SYNAPSE_HTTP_PORT: 8008 SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE} - SYNAPSE_REPORT_STATS: yes - SYNAPSE_ENABLE_REGISTRATION: yes - SYNAPSE_NO_TLS: yes + SYNAPSE_REPORT_STATS: "yes" + SYNAPSE_ENABLE_REGISTRATION: "yes" + SYNAPSE_NO_TLS: "yes" name: server data: - data/synapse:/data