mirror of
https://github.com/runcitadel/apps.git
synced 2024-12-26 14:44:37 +00:00
Fix synapse again
This commit is contained in:
parent
df9464b50c
commit
d0f6c2b51e
|
@ -8,7 +8,7 @@ version: 3
|
||||||
metadata:
|
metadata:
|
||||||
category: Social
|
category: Social
|
||||||
name: Synapse
|
name: Synapse
|
||||||
version: 1.59.1
|
version: 1.60.0
|
||||||
tagline: Matrix homeserver
|
tagline: Matrix homeserver
|
||||||
description: Description is coming soon.
|
description: Description is coming soon.
|
||||||
developers:
|
developers:
|
||||||
|
@ -22,7 +22,7 @@ metadata:
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
torOnly: false
|
torOnly: false
|
||||||
containers:
|
containers:
|
||||||
- image: ghcr.io/runcitadel/synapse:develop@sha256:9baa8cb96ab6b844fb47714c51ec683b8962a3a90de3de3daa6f88fddc5e3bdb
|
- image: ghcr.io/runcitadel/synapse:develop@sha256:80e15d6247e30d162758178aeb41bb9181e5d7ec9d73af35939bccbb3aecbab9
|
||||||
entrypoint: bash
|
entrypoint: bash
|
||||||
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
|
||||||
port: 8008
|
port: 8008
|
||||||
|
@ -31,9 +31,9 @@ containers:
|
||||||
GID: "1000"
|
GID: "1000"
|
||||||
SYNAPSE_HTTP_PORT: 8008
|
SYNAPSE_HTTP_PORT: 8008
|
||||||
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
|
||||||
SYNAPSE_REPORT_STATS: yes
|
SYNAPSE_REPORT_STATS: "yes"
|
||||||
SYNAPSE_ENABLE_REGISTRATION: yes
|
SYNAPSE_ENABLE_REGISTRATION: "yes"
|
||||||
SYNAPSE_NO_TLS: yes
|
SYNAPSE_NO_TLS: "yes"
|
||||||
name: server
|
name: server
|
||||||
data:
|
data:
|
||||||
- data/synapse:/data
|
- data/synapse:/data
|
||||||
|
|
Loading…
Reference in New Issue
Block a user